mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-10 18:56:52 +02: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;;
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user