Update synology.sh

This commit is contained in:
MacRimi 2025-03-26 20:10:23 +01:00
parent 71ad91f5f9
commit 7532bb814b

View File

@ -317,13 +317,13 @@ function advanced_settings() {
# Confirmation # Confirmation
if (whiptail --backtitle "ProxMenuX" --title "$(translate "ADVANCED SETTINGS COMPLETE")" --yesno "Ready to create a $NAME?" --no-button Do-Over 10 58); then if (whiptail --backtitle "ProxMenuX" --title "$(translate "ADVANCED SETTINGS COMPLETE")" --yesno "Ready to create a $NAME?" --no-button Do-Over 10 58); then
echo -e echo -e
echo -e "$(translate "${CUS}Creating a $NAME using the above advanced settings${CL}")" echo -e "${CUS}Creating a $NAME using the above advanced settings${CL}"
sleep 1 sleep 1
select_disk_type select_disk_type
else else
header_info header_info
sleep 1 sleep 1
echo -e "$(translate "${CUS}Using Advanced Settings${CL}")" echo -e "${CUS}Using Advanced Settings${CL}"
advanced_settings advanced_settings
fi fi
} }