Browse Source

uninstall without crontab.

pull/118/head
neil 9 years ago
parent
commit
37db5b8131
  1. 3
      le.sh

3
le.sh

@ -1390,6 +1390,9 @@ installcronjob() {
}
uninstallcronjob() {
if ! _exists "crontab" ; then
return
fi
_info "Removing cron job"
cr="$(crontab -l | grep 'le.sh cron')"
if [ "$cr" ] ; then

Loading…
Cancel
Save