We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cd373 commit 0f1d527Copy full SHA for 0f1d527
func/main.sh
@@ -1242,7 +1242,7 @@ format_aliases() {
1242
}
1243
1244
is_restart_format_valid() {
1245
- if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ]; then
+ if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ] && [ "$1" != 'updatessl' ]; then
1246
check_result "$E_INVALID" "invalid $2 format :: $1"
1247
fi
1248
0 commit comments