Browse Source

Uninstall pleroma for postactiv

Bob Mottram 8 years ago
parent
commit
80ead339b6
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-app-postactiv

+ 3
- 0
src/freedombone-app-postactiv View File

412
     if [ ${#POSTACTIV_DOMAIN_NAME} -eq 0 ]; then
412
     if [ ${#POSTACTIV_DOMAIN_NAME} -eq 0 ]; then
413
         return
413
         return
414
     fi
414
     fi
415
+    function_check remove_nodejs
416
+    remove_nodejs pleroma-postactiv
417
+
415
     read_config_param "POSTACTIV_DOMAIN_NAME"
418
     read_config_param "POSTACTIV_DOMAIN_NAME"
416
     read_config_param "MY_USERNAME"
419
     read_config_param "MY_USERNAME"
417
     echo "Removing $POSTACTIV_DOMAIN_NAME"
420
     echo "Removing $POSTACTIV_DOMAIN_NAME"