Browse Source

Ensure that gnusocial daemons start

Bob Mottram 8 years ago
parent
commit
ffc3ea2cda
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/freedombone-app-gnusocial

+ 0
- 4
src/freedombone-app-gnusocial View File

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