mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 17:02:22 +00:00
Update mount-disk-on-host.sh
This commit is contained in:
parent
f3b849bc7e
commit
d4f2d93264
@ -335,7 +335,11 @@ if [ $? -eq 0 ]; then
|
|||||||
chmod 775 "$MOUNT_POINT"
|
chmod 775 "$MOUNT_POINT"
|
||||||
whiptail --title "$(translate "Success")" --msgbox "$(translate "The disk has been successfully mounted at") $MOUNT_POINT" 8 60
|
whiptail --title "$(translate "Success")" --msgbox "$(translate "The disk has been successfully mounted at") $MOUNT_POINT" 8 60
|
||||||
msg_ok "$(translate "Disk mounted at") $MOUNT_POINT"
|
msg_ok "$(translate "Disk mounted at") $MOUNT_POINT"
|
||||||
|
msg_success "$(translate "Press Enter to return to menu...")"
|
||||||
|
read -r
|
||||||
else
|
else
|
||||||
whiptail --title "$(translate "Mount Error")" --msgbox "$(translate "Failed to mount the disk at") $MOUNT_POINT" 8 60
|
whiptail --title "$(translate "Mount Error")" --msgbox "$(translate "Failed to mount the disk at") $MOUNT_POINT" 8 60
|
||||||
|
msg_success "$(translate "Press Enter to return to menu...")"
|
||||||
|
read -r
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user