From 0c48cf805d572f4a4bd701035c4db9fcfe1fa75c Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 14 Jul 2026 11:52:37 -0300 Subject: [PATCH] chore(config): update default ROCKNIX_HOST to h700.local --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index b8a2895..8394020 100755 --- a/config.sh +++ b/config.sh @@ -2,7 +2,7 @@ # config.sh - Default configuration for ROCKNIX backup/restore # ROCKNIX console host -ROCKNIX_HOST="${ROCKNIX_HOST:-rgcubexx.local}" +ROCKNIX_HOST="${ROCKNIX_HOST:-h700.local}" ROCKNIX_USER="${ROCKNIX_USER:-root}" ROCKNIX_PASSWORD="${ROCKNIX_PASSWORD:-rocknix}" ROCKNIX_STORAGE="${ROCKNIX_STORAGE:-/storage}"