Selaa lähdekoodia

Remove pihole build directory

Bob Mottram 9 vuotta sitten
vanhempi
commit
fae5804c82
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      src/freedombone-app-pihole

+ 4
- 0
src/freedombone-app-pihole Näytä tiedosto

336
         rm /etc/cron.d/pihole
336
         rm /etc/cron.d/pihole
337
     fi
337
     fi
338
 
338
 
339
+    if [ -d $INSTALL_DIR/pihole ]; then
340
+        rm -rf $INSTALL_DIR/pihole
341
+    fi
342
+
339
     firewall_remove 53
343
     firewall_remove 53
340
     userdel -r pihole
344
     userdel -r pihole
341
 }
345
 }