mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
remote dns host management
This commit is contained in:
parent
370569a82b
commit
bab24899ea
6 changed files with 299 additions and 2 deletions
|
@ -87,7 +87,7 @@ check_args() {
|
|||
# Subsystem checker
|
||||
is_system_enabled() {
|
||||
if [ -z "$1" ] || [ "$1" = no ]; then
|
||||
echo "Error: subsystem disabled"
|
||||
echo "Error: $2 is disabled in the vesta.conf"
|
||||
log_event "$E_DISABLED" "$EVENT"
|
||||
exit $E_DISABLED
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue