summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-04-30 15:24:14 -0400
committerAndrew Cady <d@jerkface.net>2023-04-30 15:24:14 -0400
commit980715b4bab07c7602aaa50ef6f35daf17604a24 (patch)
tree345b9dc31c0c1d41ed8003fe46d775adb257162e
parenta573d8f30d070e5a94e4ee2454905118d8b10422 (diff)
fix typo
-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