소스 검색

Remove gnusocial from cron

Bob Mottram 8 년 전
부모
커밋
3996f6f35b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-app-gnusocial

+ 2
- 2
src/freedombone-app-gnusocial 파일 보기

@@ -363,8 +363,8 @@ function remove_gnusocial {
363 363
     remove_onion_service microblog ${MICROBLOG_ONION_PORT}
364 364
     sed -i '/install_gnusocial/d' $COMPLETION_FILE
365 365
     sed -i '/GNU Social /d' $COMPLETION_FILE
366
-    if grep -q "$gnusocial_expire_script" /etc/crontab; then
367
-        sed -i "/$gnusocial_expire_script/d" /etc/crontab
366
+    if grep -q "gnusocial" /etc/crontab; then
367
+        sed -i "/gnusocial/d" /etc/crontab
368 368
     fi
369 369
     remove_app gnusocial
370 370
 }