From 8199b38aa08c97a1729cfd9f92d727891c8d3af7 Mon Sep 17 00:00:00 2001 From: schizza Date: Fri, 3 May 2024 10:30:28 +0200 Subject: [PATCH] Typo --- install_iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_iptables.sh b/install_iptables.sh index 4dd33cc..95eb36a 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 iptables_redirect/iptables_redirect.sh | ssh -i iptables_redirect/ssh/ipt.dsa -o StrictHostKeyChecking=no -p $SSH_PORT -l $SSH_USER $HA_IP /bin/zsh +cat iptables_redirect/iptables_redirect.sh | ssh -i iptables_redirect/ssh/ipt_dsa -o StrictHostKeyChecking=no -p $SSH_PORT -l $SSH_USER $HA_IP /bin/zsh EOF exit_status $? "cat" \