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 177c291 commit 129901fCopy full SHA for 129901f
func/main.sh
@@ -1376,7 +1376,7 @@ format_aliases() {
1376
}
1377
1378
is_restart_format_valid() {
1379
- if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ]; then
+ if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ] && [ "$1" != 'updatessl' ]; then
1380
check_result "$E_INVALID" "invalid $2 format :: $1"
1381
fi
1382
0 commit comments