]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
Added missing space before exit code. 85/head
authorArturo R <github@private.jaquer.net>
Thu, 14 Jan 2016 04:33:13 +0000 (20:33 -0800)
committerArturo R <github@private.jaquer.net>
Thu, 14 Jan 2016 04:33:13 +0000 (20:33 -0800)
letsencrypt.sh

index bedef3367ba38570469a5eeffe3217b94d41c7a6..8556cc4cfeed8e623bd6b43589af7111fa134653 100755 (executable)
@@ -605,7 +605,7 @@ main() {
     env) command_env;;
     sign_domains) command_sign_domains;;
     revoke) command_revoke "${PARAM_REVOKECERT}";;
-    *) command_help; exit1;;
+    *) command_help; exit 1;;
   esac
 }