Merge pull request #85 from jaquer/fix-exit

Added missing space before exit code.
This commit is contained in:
Lukas Schauer
2016-01-15 23:24:45 +01:00

View File

@@ -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
}