easy install on debian/ubuntu for dummies

This commit is contained in:
bolvan 2019-05-03 17:56:03 +03:00
parent 65ed753a7e
commit 10270b9e96

View File

@ -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