summaryrefslogtreecommitdiff
path: root/ssh-check
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-check')
-rwxr-xr-xssh-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-check b/ssh-check
index eeb70a0..df5274b 100755
--- a/ssh-check
+++ b/ssh-check
@@ -96,7 +96,7 @@ if [ "$do_edit" ]
96then 96then
97 edit_config 97 edit_config
98 r=$? 98 r=$?
99 if ! [ "$run_anyway}" ] 99 if ! [ "${run_anyway}" ]
100 then 100 then
101 exit $r 101 exit $r
102 fi 102 fi