diff --git a/scripts/storage/mount-point-to-ct.sh b/scripts/storage/mount-point-to-ct.sh index 7547e09..02dcc76 100644 --- a/scripts/storage/mount-point-to-ct.sh +++ b/scripts/storage/mount-point-to-ct.sh @@ -142,4 +142,7 @@ else exit 1 fi +msg_success "$(translate "Press Enter to return to menu...")" +read -r + exit 0