|
|
@@ -9,6 +9,10 @@ find /etc/php*/ -name php.ini -exec sed -r -i "\\#^;?date.timezone#s#^.*#date.ti
|
|
|
find /etc/php*/ -name php.ini -exec sed -r -i "\\#^;?post_max_size#s#^.*#post_max_size = 32M#" {} \;
|
|
|
find /etc/php*/ -name php.ini -exec sed -r -i "\\#^;?upload_max_filesize#s#^.*#upload_max_filesize = 32M#" {} \;
|
|
|
|
|
|
+if [ -n "$LISTEN" ]; then
|
|
|
+ find /etc/apache2/ -name FreshRSS.Apache.conf -exec sed -r -i "\\#^Listen#s#^.*#Listen $LISTEN#" {} \;
|
|
|
+fi
|
|
|
+
|
|
|
if [ -n "$CRON_MIN" ]; then
|
|
|
(
|
|
|
echo "export TZ=$TZ"
|