diff --git a/remote b/remote index dd12813..63e144e 100755 --- a/remote +++ b/remote @@ -82,11 +82,11 @@ fan_menu() { read -p "Enter your choice: " choice case $choice in - 1) tap 30 200 ;; - 2) tap 640 200 ;; + 1) tap 30 200 ; fan_menu ;; + 2) tap 640 200 ; fan_menu ;; 3) echo wip ;; 4) show_main_menu ;; - *) echo "Invalid choice. Press Enter to continue..."; read; device_menu "$device" ;; + *) echo "Invalid choice. Try Again..."; sleep 0.5; fan_menu ;; esac }