aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test-install.sh b/scripts/test-install.sh
index 2f9c62d..fa5c431 100755
--- a/scripts/test-install.sh
+++ b/scripts/test-install.sh
@@ -232,8 +232,8 @@ run_install() {
sshpass -p "$SSH_PASSWORD" scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \
-P "$SSH_PORT" "$config" root@localhost:/root/test.conf 2>/dev/null
- # Run the installer
- ssh_cmd "install-archzfs --config-file /root/test.conf --no-encrypt" || return 1
+ # Run the installer (NO_ENCRYPT is set in the config file, not via flag)
+ ssh_cmd "install-archzfs --config-file /root/test.conf" || return 1
return 0
}