From 782e04cd4701221488207a984ed68a82cca6e8d6 Mon Sep 17 00:00:00 2001 From: schizza Date: Thu, 2 May 2024 20:26:58 +0200 Subject: [PATCH] Update install_iptables.sh Update to write right path to exec.sh --- install_iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_iptables.sh b/install_iptables.sh index 4b48140..6212567 100644 --- a/install_iptables.sh +++ b/install_iptables.sh @@ -196,7 +196,7 @@ echo -n "Creating 'exec.sh' script ... " cat >$COMPLETE_PATH/exec.sh <<-EOF #!/bin/bash -cat $COMPLETE_PATH/runscript | ssh -i $COMPLETE_PATH/ssl/ipt_dsa -o StrictHostKeyChecking=no -p $SSH_PORT -l $SSH_USER $HA_IP /bin/zsh +cat ./iptables_redirect/runscript | ssh -i ./iptables_redirect/ssl/ipt_dsa -o StrictHostKeyChecking=no -p $SSH_PORT -l $SSH_USER $HA_IP /bin/zsh EOF exit_status $? "cat" \