From 277a4bf138f7e4b3241b9d921e1d12774bb54ff5 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 10 Jan 2023 17:52:05 -0300 Subject: Improved formatting on the script messages --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 83b397e..907d48b 100755 --- a/install.sh +++ b/install.sh @@ -105,7 +105,7 @@ realpath $media_folder &>/dev/null || send_error_message "There was an error wit media_folder=$(realpath $media_folder) -read -p "Are you sure your media folder is $media_folder? Maye sure your user has permissions on this folder! [y/N]: " media_folder_correct +read -p "Are you sure your media folder is $media_folder? [y/N]: " media_folder_correct media_folder_correct=${media_folder_correct:-"n"} if [ $media_folder_correct == "n" ]; then @@ -180,8 +180,12 @@ send_success_message "All done!✅ Enjoy YAMS!" echo "You can check the installation on $install_location" echo "========================================================" echo "Everythins should be running now! To check everything running, go to:" +echo running_services_location +echo +echo echo "You might need to wait for a couple of minutes while everything gets up and running" +echo echo "All the services location are also saved in ~/yams_services.txt" running_services_location > ~/yams_services.txt echo "========================================================" -- cgit v1.2.3