Skip to content

Commit 0f1d527

Browse files
committed
Add updatessl to restart options
1 parent 86cd373 commit 0f1d527

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
@@ -1242,7 +1242,7 @@ format_aliases() {
12421242
}
12431243

12441244
is_restart_format_valid() {
1245-
if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ]; then
1245+
if [ "$1" != 'yes' ] && [ "$1" != 'no' ] && [ "$1" != 'ssl' ] && [ "$1" != 'reload' ] && [ "$1" != 'updatessl' ]; then
12461246
check_result "$E_INVALID" "invalid $2 format :: $1"
12471247
fi
12481248
}

0 commit comments

Comments
 (0)