Commit 7191ed25 authored by Arturo R's avatar Arturo R

Added missing space before exit code.

parent 2a7b4882
...@@ -605,7 +605,7 @@ main() { ...@@ -605,7 +605,7 @@ main() {
env) command_env;; env) command_env;;
sign_domains) command_sign_domains;; sign_domains) command_sign_domains;;
revoke) command_revoke "${PARAM_REVOKECERT}";; revoke) command_revoke "${PARAM_REVOKECERT}";;
*) command_help; exit1;; *) command_help; exit 1;;
esac esac
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment