tiredofit / docker-yourls

Dockerized link shortener
MIT License
10 stars 1 forks source link

Parse error: syntax error, unexpected double-quoted string "s|0||g", expecting ")" in /www/yourls/user/config.php on line 8 #2

Open pksorensen opened 1 month ago

pksorensen commented 1 month ago

cat /www/yourls/user/config.php yields define( 'YOURLS_HOURS_OFFSET', +0000 | sed "s|0||g") ); which make sense in terms of the error.

Looks like this is the source:

https://github.com/tiredofit/docker-yourls/blob/main/install/etc/cont-init.d/30-yourls#L46

tiredofit commented 1 month ago

Thanks! 3.0.7 should resolve..