fix: ssh-tunnel-setup.sh (#293)

This commit is contained in:
Jan
2026-01-28 13:40:50 +01:00
committed by Manoj Waikar
parent e0c21625cc
commit 2c9a50149b
+1 -1
View File
@@ -2,5 +2,5 @@
if [ -n "$ENABLE_SSH_TUNNEL" ]; then
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel."
OVERRIDE+=" -f ./$PROJECT/modules/ssh-tunnel-compose.yml"
OVERRIDE+=" -f ./modules/ssh-tunnel-compose.yml"
fi