|
@@ -75,7 +75,7 @@ if [[ "$TELEMETRY" == "true" && ("$MODE" == "frontend" || "$MODE" == "standalone
|
|
|
|
|
|
|
|
# Override SQLite database path for Docker environment
|
|
# Override SQLite database path for Docker environment
|
|
|
# In Docker, we use /database/db.sql which is outside the web-accessible directory
|
|
# In Docker, we use /database/db.sql which is outside the web-accessible directory
|
|
|
- sed -i s/\$Sqlite_db_file\ =\ \'.*\'/\$Sqlite_db_file=\'\\\/database\\\/db.sql\'/g /var/www/html/results/telemetry_settings.php
|
|
|
|
|
|
|
+ sed -i s/\$Sqlite_db_file\ =\ .*\'/\$Sqlite_db_file=\'\\\/database\\\/db.sql\'/g /var/www/html/results/telemetry_settings.php
|
|
|
sed -i s/\$stats_password\ =\ \'.*\'/\$stats_password\ =\ \'$PASSWORD\'/g /var/www/html/results/telemetry_settings.php
|
|
sed -i s/\$stats_password\ =\ \'.*\'/\$stats_password\ =\ \'$PASSWORD\'/g /var/www/html/results/telemetry_settings.php
|
|
|
|
|
|
|
|
if [ "$ENABLE_ID_OBFUSCATION" == "true" ]; then
|
|
if [ "$ENABLE_ID_OBFUSCATION" == "true" ]; then
|