mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update remove-banner-pve-v3.sh
This commit is contained in:
@@ -240,6 +240,7 @@ remove_subscription_banner_v3() {
|
|||||||
backup_file=$(create_backup "$JS_FILE")
|
backup_file=$(create_backup "$JS_FILE")
|
||||||
if [ -n "$backup_file" ]; then
|
if [ -n "$backup_file" ]; then
|
||||||
# msg_ok "$(translate "Desktop UI backup created"): $backup_file"
|
# msg_ok "$(translate "Desktop UI backup created"): $backup_file"
|
||||||
|
:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$MOBILE_UI_FILE" ]; then
|
if [ -f "$MOBILE_UI_FILE" ]; then
|
||||||
@@ -247,6 +248,7 @@ remove_subscription_banner_v3() {
|
|||||||
mobile_backup=$(create_backup "$MOBILE_UI_FILE")
|
mobile_backup=$(create_backup "$MOBILE_UI_FILE")
|
||||||
if [ -n "$mobile_backup" ]; then
|
if [ -n "$mobile_backup" ]; then
|
||||||
# msg_ok "$(translate "Mobile UI backup created"): $mobile_backup"
|
# msg_ok "$(translate "Mobile UI backup created"): $mobile_backup"
|
||||||
|
:
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user