Skip to content
Snippets Groups Projects
Commit ffc3ea2c authored by Bob Mottram's avatar Bob Mottram
Browse files

Ensure that gnusocial daemons start

parent f50f2709
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment