mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-25 06:17:35 +00:00
6
start.sh
6
start.sh
@@ -60,12 +60,6 @@ EOF
|
||||
|
||||
chown -R www-data.www-data /run/php /app/data
|
||||
|
||||
echo "Trying to update feeds every 60 secs"
|
||||
while true; do
|
||||
sleep 60
|
||||
sudo -u www-data php /app/code/app/actualize_script.php >/dev/stdout 2>/dev/stderr
|
||||
done &
|
||||
|
||||
echo "Starting apache"
|
||||
APACHE_CONFDIR="" source /etc/apache2/envvars
|
||||
rm -f "${APACHE_PID_FILE}"
|
||||
|
Reference in New Issue
Block a user