mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-26 06:47:26 +00:00
Make php.ini customizable and update to 1.17.0
This commit is contained in:
4
start.sh
4
start.sh
@@ -18,6 +18,10 @@ if ! [ -f /app/data/.installed ]; then
|
||||
echo "==> Done."
|
||||
fi
|
||||
|
||||
if [[ ! -f /app/data/php.ini ]]; then
|
||||
echo -e "; Add custom PHP configuration in this file\n; Settings here are merged with the package's built-in php.ini\n\n" > /app/data/php.ini
|
||||
fi
|
||||
|
||||
echo "==> Symlinking log file"
|
||||
rm -f /app/data/users/_/log_api.txt
|
||||
touch /tmp/log_api.txt
|
||||
|
Reference in New Issue
Block a user