commit a3bfe92b163f94ede73686dfddf6c7e11690b98b parent c4d5a559e5744aee1a7f5e390f88c4ef88abc4fc Author: pyratebeard <root@pyratebeard.net> Date: Tue, 8 Mar 2022 10:52:17 +0000 continue looping Diffstat:
M | drist | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drist b/drist @@ -111,7 +111,7 @@ do HOSTNAME=$(ssh $SSH_PARAMS "${remote_server}" "uname -n") if [ "$?" -ne 0 ]; then echo "Error while ssh ${remote_server}" - exit 2 + continue fi if [ "$TRUNCATE" -eq 1 ]; then