fix ssh-tunnel-setup.sh

This commit is contained in:
Jan
2025-04-15 11:32:29 +02:00
committed by GitHub
parent 2ddd535794
commit 7d6e9d2f71

View File

@@ -2,5 +2,5 @@
if [ -n "$ENABLE_SSH_TUNNEL" ]; then if [ -n "$ENABLE_SSH_TUNNEL" ]; then
log INFO "SSH Tunnel setup detected -- will start SSH Tunnel." 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 fi