From 58b49114d70241e7223facfaa118928ccec5b31d Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 7 Jan 2023 11:42:47 -0300 Subject: Added more info to setup.sh --- setup.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 7fb4cd5..1a551d3 100755 --- a/setup.sh +++ b/setup.sh @@ -154,7 +154,16 @@ echo " \__\/ \__\/ \__\/ " echo "========================================================" send_success_message "All done!✅ Enjoy YAMS!" echo "You can check the installation on $install_location" -if [ ! $run_now == "y" ]; then +if [ $run_now == "y" ]; then + echo "========================================================" + host_ip=$(hostname -I | awk '{ print $1 }') + echo "Everythins should be running now! To check everything running, go to:" + echo "Sonarr: $host_ip:8989/" + echo "Radarr: $host_ip:7878/" + echo "Bazarr: $host_ip:6767/" + echo "Jackett: $host_ip:9117/" + echo "Emby: $host_ip:8096/" +else echo "========================================================" echo "Since YAMS is not running yet, to run it just execute:" echo "docker-compose -f $filename up -d" -- cgit v1.2.3