Browse Source

Disable daemons and qvitter/pleroma on postactiv

Bob Mottram 8 years ago
parent
commit
51fe656e87
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      src/freedombone-app-postactiv

+ 5
- 6
src/freedombone-app-postactiv View File

206
     echo '    MY_EMAIL_ADDRESS=$ADMIN_USER@$HOSTNAME' >> /etc/cron.hourly/postactiv-daemons
206
     echo '    MY_EMAIL_ADDRESS=$ADMIN_USER@$HOSTNAME' >> /etc/cron.hourly/postactiv-daemons
207
     echo '    echo "Restarting postactiv daemons" | mail -s "postactiv daemons not found" $MY_EMAIL_ADDRESS' >> /etc/cron.hourly/postactiv-daemons
207
     echo '    echo "Restarting postactiv daemons" | mail -s "postactiv daemons not found" $MY_EMAIL_ADDRESS' >> /etc/cron.hourly/postactiv-daemons
208
     echo "    cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
208
     echo "    cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
209
-    echo '    scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons
209
+    echo '    #scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons
210
     echo 'fi' >> /etc/cron.hourly/postactiv-daemons
210
     echo 'fi' >> /etc/cron.hourly/postactiv-daemons
211
 
211
 
212
     echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
212
     echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons
772
 
772
 
773
     install_postactiv_main
773
     install_postactiv_main
774
 
774
 
775
-    install_qvitter "$POSTACTIV_DOMAIN_NAME" "postactiv"
776
-
777
-    function_check install_nodejs
778
-    install_nodejs pleroma-postactiv
779
-    install_pleroma "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
775
+    #install_qvitter "$POSTACTIV_DOMAIN_NAME" "postactiv"
776
+    #function_check install_nodejs
777
+    #install_nodejs pleroma-postactiv
778
+    #install_pleroma "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
780
 
779
 
781
     expire_postactiv_posts
780
     expire_postactiv_posts
782
 
781