mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
envsubst < /opt/wallabag/config/wallabag-php.ini > /usr/local/etc/php/conf.d/wallabag-php.ini
|
||
|
|
||
|
exec "$@"
|