1
0
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:
Girish Ramakrishnan
2020-09-23 14:11:56 -07:00
parent 7fb045e62b
commit 00f9c2d29b
2 changed files with 8 additions and 1 deletions

View File

@@ -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