mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
E_RESTART should be a variable
This commit is contained in:
parent
275a8226a5
commit
4614df59a7
61 changed files with 89 additions and 89 deletions
|
@ -52,7 +52,7 @@ sed -i "s/SUSPENDED='yes'/SUSPENDED='no'/g" $USER_DATA/dns/$domain.conf
|
|||
#if [ "$restart" != 'no' ]; then
|
||||
# $BIN/v-restart-dns
|
||||
# if [ $? -ne 0 ]; then
|
||||
# exit E_RESTART
|
||||
# exit $E_RESTART
|
||||
# fi
|
||||
#fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue