diff --git a/start.sh b/start.sh index 030def5..ad6f35c 100755 --- a/start.sh +++ b/start.sh @@ -28,7 +28,7 @@ fi echo "Starting in $LAPIS_ENVIRONMENT" -if ! [ -f ".touched.$LAPIS_ENVIRONMENT" ]; then +if ! [ -f "secrets/.touched.$LAPIS_ENVIRONMENT" ]; then first_launch fi