Skip to content

Commit d202c52

Browse files
author
Kristan Kenney
committed
Remove duplicate service restart routines
Proxy service was restarted twice when updating web and mail domain templates.
1 parent 047e1c1 commit d202c52

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

bin/v-update-mail-templates

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,4 @@ check_result $? "restart" >/dev/null 2>&1
5656
$BIN/v-restart-proxy $restart
5757
check_result $? "restart" >/dev/null 2>&1
5858

59-
$BIN/v-restart-proxy $restart
60-
check_result $? "restart" >/dev/null 2>&1
61-
6259
exit

bin/v-update-web-templates

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,4 @@ check_result $? "restart" >/dev/null 2>&1
8181
$BIN/v-restart-proxy $restart
8282
check_result $? "restart" >/dev/null 2>&1
8383

84-
$BIN/v-restart-proxy $restart
85-
check_result $? "restart" >/dev/null 2>&1
86-
8784
exit

0 commit comments

Comments
 (0)