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 311b723 commit 996904fCopy full SHA for 996904f
bin/v-change-sys-ip-status
@@ -36,7 +36,7 @@ if [ "$web_domains" -ne '0' ] && [ "$sys_user" != "$ip_owner" ]; then
36
check_result "$E_INUSE" "ip $ip is used"
37
fi
38
if [ "$ip_owner" != "admin" ] && [ "$ip_status" == "shared" ]; then
39
- check_result "$E_INVALID" "Only the 'admin' user can have a shared ip"
+ $HESTIA/bin/v-change-sys-ip-owner $ip admin
40
41
42
# Perform verification if read-only mode is enabled
0 commit comments