Ensure that gnusocial daemons start
This commit is contained in:
parent
f50f270934
commit
ffc3ea2cda
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue