1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-17 11:23:09 +00:00

fix uninstall, compatible with previous versions

This commit is contained in:
neil
2016-01-07 13:15:22 +08:00
parent 6d0a26f4f2
commit 85fb3776eb
+2 -2
View File
@@ -656,8 +656,8 @@ uninstall() {
_initpath
_info "Removing cron job"
if crontab -l | grep 'le renewAll' ; then
crontab -l | sed "/le renewAll/d" | crontab -
if crontab -l | grep 'le.*renewAll' ; then
crontab -l | sed "/le.*renewAll/d" | crontab -
if command -v crond > /dev/null ; then
service crond reload >/dev/null
else