mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
implemented scheduled restart
This commit is contained in:
parent
ca81632e82
commit
10f7097c48
46 changed files with 172 additions and 63 deletions
|
@ -72,9 +72,9 @@ update_user_value "$user" '$SUSPENDED' 'no'
|
|||
decrease_user_value 'admin' '$SUSPENDED_USERS'
|
||||
|
||||
if [ "$restart" != 'no' ]; then
|
||||
$BIN/v-restart-web "$EVENT"
|
||||
$BIN/v-restart-dns "$EVENT"
|
||||
$BIN/v-restart-cron "$EVENT"
|
||||
$BIN/v-restart-web
|
||||
$BIN/v-restart-dns
|
||||
$BIN/v-restart-cron
|
||||
fi
|
||||
|
||||
# Logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue