Browse Source

Remove pleroma blocking command

Bob Mottram 7 years ago
parent
commit
9cd23b51fe
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-app-pleroma

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

934
     sed -i '/pleroma commit/d' "$COMPLETION_FILE"
934
     sed -i '/pleroma commit/d' "$COMPLETION_FILE"
935
     sed -i "/$blocking_script_file/d" /etc/crontab
935
     sed -i "/$blocking_script_file/d" /etc/crontab
936
 
936
 
937
+    if [ -f /usr/bin/pleroma-blocking ]; then
938
+        rm /usr/bin/pleroma-blocking
939
+    fi
940
+
937
     function_check remove_ddns_domain
941
     function_check remove_ddns_domain
938
     remove_ddns_domain "$PLEROMA_DOMAIN_NAME"
942
     remove_ddns_domain "$PLEROMA_DOMAIN_NAME"
939
 }
943
 }