summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-11 12:31:29 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-11 12:31:29 -0300
commitf8dee1c9225c7f4f19f8ba448d61e715db195608 (patch)
tree842e37dad1acbe344a3f7921d46dfe6200135f0c
parent8af613a7ddc50ee2f3b697a67eb949f5494584c8 (diff)
Reorganized running_services_location to match the documentation
-rwxr-xr-xinstall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index d351858..bbb9fb3 100755
--- a/install.sh
+++ b/install.sh
@@ -52,12 +52,12 @@ check_dependencides() {
running_services_location() {
host_ip=$(hostname -I | awk '{ print $1 }')
- echo "Sonarr: http://$host_ip:8989/"
+ echo "Jackett: http://$host_ip:9117/"
+ echo "qBittorrent: http://$host_ip:8080/"
echo "Radarr: http://$host_ip:7878/"
+ echo "Sonarr: http://$host_ip:8989/"
echo "Bazarr: http://$host_ip:6767/"
- echo "Jackett: http://$host_ip:9117/"
echo "Emby: http://$host_ip:8096/"
- echo "qBittorrent: http://$host_ip:8080/"
}
# ============================================================================================