Ver código fonte

fix cron removal (#1829)

Laurence Jones 2 anos atrás
pai
commit
ac6e0c1b89
2 arquivos alterados com 0 adições e 7 exclusões
  1. 0 3
      debian/postrm
  2. 0 4
      rpm/SPECS/crowdsec.spec

+ 0 - 3
debian/postrm

@@ -1,7 +1,4 @@
 if [ "$1" = "purge" ]; then
    find /etc/crowdsec -maxdepth 1 -mindepth 1 | grep -v "bouncer" | xargs rm -rf || echo ""
    rm -rf /var/lib/crowdsec
-   if [ -f "/etc/cron.daily/crowdsec" ]; then
-      rm /etc/cron.daily/crowdsec
-   fi
 fi

+ 0 - 4
rpm/SPECS/crowdsec.spec

@@ -230,10 +230,6 @@ if [ $1 == 0 ]; then
     rm -rf /etc/crowdsec/hub
 fi
 
-if [ -f "/etc/cron.daily/crowdsec-hub" ]; then
-    rm /etc/cron.daily/crowdsec
-fi
-
 #systemctl stop crowdsec || echo "crowdsec was not started"
 
 %changelog