mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-16 08:26:48 +01:00
Merge pull request #85 from jaquer/fix-exit
Added missing space before exit code.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user