From 4d3607b7ccea21ac55f757113ae3d73b9b17cc36 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 23 Dec 2024 09:21:48 -0300 Subject: [PATCH] Fixed typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d8bf83d..f7fc851 100644 --- a/install.sh +++ b/install.sh @@ -252,7 +252,7 @@ if [ "$setup_vpn" == "y" ]; then -e "s|ports: # sabnzbd|#ports: # sabnzbd|g" "$filename" \ -e "s|- 8081:8081 # qbittorrent|#- 8081:8081 # qbittorrent|g" "$filename" \ -e "s|- 8080:8080 # sabnzbd|#- 8080:8080 # sabnzbd|g" "$filename" \ - -e "s|#- 8080:8080/tcp # gluetun|- 8080:8080/tcp # gluetun|g" "$filename" + -e "s|#- 8080:8080/tcp # gluetun|- 8080:8080/tcp # gluetun|g" "$filename" \ -e "s|#- 8081:8081/tcp # gluetun|- 8081:8081/tcp # gluetun|g" "$filename" fi