use correct check in start script

This commit is contained in:
Lera Elvoé 2025-05-23 04:55:39 +03:00
parent 0d7ed52679
commit 2ccacf12a3
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -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