mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
uninstall without crontab.
This commit is contained in:
parent
77546ea5be
commit
37db5b8131
3
le.sh
3
le.sh
@ -1390,6 +1390,9 @@ installcronjob() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
uninstallcronjob() {
|
uninstallcronjob() {
|
||||||
|
if ! _exists "crontab" ; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
_info "Removing cron job"
|
_info "Removing cron job"
|
||||||
cr="$(crontab -l | grep 'le.sh cron')"
|
cr="$(crontab -l | grep 'le.sh cron')"
|
||||||
if [ "$cr" ] ; then
|
if [ "$cr" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user