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 bbfe2d3 commit e971eebCopy full SHA for e971eeb
bin/v-change-sys-service-config
@@ -101,7 +101,7 @@ if [ "$update" = 'yes' ] && [ "$restart" != 'no' ]; then
101
fi
102
103
104
- $BIN/v-restart-service $service $restart > /dev/null 2>&1
+ $BIN/v-restart-service $service > /dev/null 2>&1
105
106
if [ $? -ne 0 ]; then
107
for config in $dst; do
bin/v-restart-web
@@ -49,7 +49,7 @@ if [ -z "$WEB_SYSTEM" ] || [ "$WEB_SYSTEM" = 'remote' ]; then
49
exit
50
51
52
-$BIN/v-restart-service $WEB_SYSTEM $restart > /dev/null 2>&1
+$BIN/v-restart-service $WEB_SYSTEM > /dev/null 2>&1
53
54
55
send_email_report
0 commit comments