Commit ee077cfa authored by Lukas Schauer's avatar Lukas Schauer

Merge pull request #85 from jaquer/fix-exit

Added missing space before exit code.
parents 78876243 7191ed25
......@@ -607,7 +607,7 @@ main() {
env) command_env;;
sign_domains) command_sign_domains;;
revoke) command_revoke "${PARAM_REVOKECERT}";;
*) command_help; exit1;;
*) command_help; exit 1;;
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