Ensure that gnusocial daemons start

This commit is contained in:
Bob Mottram 2016-10-17 17:46:13 +01:00
parent f50f270934
commit ffc3ea2cda
1 changed files with 0 additions and 4 deletions

View File

@ -208,10 +208,6 @@ function gnusocial_create_database {
}
function gnusocial_running_script {
if [[ $(is_completed "install_gnusocial") == "0" ]]; then
return
fi
# check that the daemon is running
echo '#!/bin/bash' > /etc/cron.hourly/gnusocial-daemons
echo 'daemon_lines=$(ps aux | grep "scripts/queuedaemon.php" | grep "/var/www")' >> /etc/cron.hourly/gnusocial-daemons