mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-14 22:26:11 +00:00
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -5745,7 +5745,7 @@ uninstallcronjob() {
|
||||
_info "Removing cron job"
|
||||
cr="$($_CRONTAB -l | grep "$PROJECT_ENTRY --cron")"
|
||||
if [ "$cr" ]; then
|
||||
if _exists uname && uname -a | grep solaris >/dev/null; then
|
||||
if _exists uname && uname -a | grep SunOS >/dev/null; then
|
||||
$_CRONTAB -l | sed "/$PROJECT_ENTRY --cron/d" | $_CRONTAB --
|
||||
else
|
||||
$_CRONTAB -l | sed "/$PROJECT_ENTRY --cron/d" | $_CRONTAB -
|
||||
|
||||
Reference in New Issue
Block a user