Skip to content

Commit 746824b

Browse files
authored
fix: update docker entrypoint sqlite db matching (#746)
* fix: update docker entrypoint sqlite db matching * fixup! fix: update docker entrypoint sqlite db matching --------- Co-authored-by: sventec <18218761+sventec@users.noreply.github.com>
1 parent fdd2fd2 commit 746824b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [[ "$TELEMETRY" == "true" && ("$MODE" == "frontend" || "$MODE" == "standalone
7575

7676
# Override SQLite database path for Docker environment
7777
# In Docker, we use /database/db.sql which is outside the web-accessible directory
78-
sed -i s/\$Sqlite_db_file\ =\ \'.*\'/\$Sqlite_db_file=\'\\\/database\\\/db.sql\'/g /var/www/html/results/telemetry_settings.php
78+
sed -i s/\$Sqlite_db_file\ =\ .*\'/\$Sqlite_db_file=\'\\\/database\\\/db.sql\'/g /var/www/html/results/telemetry_settings.php
7979
sed -i s/\$stats_password\ =\ \'.*\'/\$stats_password\ =\ \'$PASSWORD\'/g /var/www/html/results/telemetry_settings.php
8080

8181
if [ "$ENABLE_ID_OBFUSCATION" == "true" ]; then

0 commit comments

Comments
 (0)