Skip to content

Commit 129901f

Browse files
committed
Add updatessl to restart options
1 parent 177c291 commit 129901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ format_aliases() {
13761376
}
13771377

13781378
is_restart_format_valid() {
1379-
if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ]; then
1379+
if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ] && [ "$1" != 'updatessl' ]; then
13801380
check_result "$E_INVALID" "invalid $2 format :: $1"
13811381
fi
13821382
}

0 commit comments

Comments
 (0)