|
@@ -175,7 +175,10 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
|
|
|
|
|
|
|
|
done
|
|
done
|
|
|
|
|
|
|
|
|
|
+# Restart related services
|
|
|
$HESTIA/bin/v-restart-web yes
|
|
$HESTIA/bin/v-restart-web yes
|
|
|
|
|
+$HESTIA/bin/v-restart-mail yes
|
|
|
|
|
+
|
|
|
if [ -n "$PROXY_SYSTEM" ]; then
|
|
if [ -n "$PROXY_SYSTEM" ]; then
|
|
|
$HESTIA/bin/v-restart-proxy yes
|
|
$HESTIA/bin/v-restart-proxy yes
|
|
|
fi
|
|
fi
|