Browse Source

easy install on debian/ubuntu for dummies

pull/31/head
bolvan 6 years ago
parent
commit
10270b9e96
  1. 2
      uninstall_debian_easy.sh

2
uninstall_debian_easy.sh

@ -58,7 +58,7 @@ if grep -q "$GET_IPLIST_PREFIX" $CRONTMP; then
grep "$GET_IPLIST_PREFIX" $CRONTMP
grep -v "$GET_IPLIST_PREFIX" $CRONTMP >$CRONTMP.2
crontab $CRONTMP.2
rm -f $CRONTMP 2
rm -f $CRONTMP.2
fi
rm -f $CRONTMP

Loading…
Cancel
Save