Skip to content

Commit e971eeb

Browse files
author
Kristan Kenney
committed
Update v-restart-web and v-change-sys-service-config
1 parent bbfe2d3 commit e971eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/v-change-sys-service-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ "$update" = 'yes' ] && [ "$restart" != 'no' ]; then
101101
fi
102102
fi
103103

104-
$BIN/v-restart-service $service $restart > /dev/null 2>&1
104+
$BIN/v-restart-service $service > /dev/null 2>&1
105105

106106
if [ $? -ne 0 ]; then
107107
for config in $dst; do

bin/v-restart-web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -z "$WEB_SYSTEM" ] || [ "$WEB_SYSTEM" = 'remote' ]; then
4949
exit
5050
fi
5151

52-
$BIN/v-restart-service $WEB_SYSTEM $restart > /dev/null 2>&1
52+
$BIN/v-restart-service $WEB_SYSTEM > /dev/null 2>&1
5353

5454
if [ $? -ne 0 ]; then
5555
send_email_report

0 commit comments

Comments
 (0)