Update 41-folders

This commit is contained in:
Alexandre
2021-08-31 16:07:29 +02:00
committed by GitHub
parent b328a8ccf8
commit 1edf7ba771

View File

@@ -35,3 +35,9 @@ else
ln -s /share/piwigo/keys /config
echo "Using existing keys folder"
fi
##################
# CORRECT CONFIG #
##################
sed -i "s|$conf['show_php_errors'] = E_ALL;|$conf['show_php_errors'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED;|g" /gallery/local/config/config.inc.php && echo "config corrected for php error" || true