Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ae5f79d8
Commit
ae5f79d8
authored
Dec 28, 2015
by
neil
Browse files
minor, fix uninstall messages.
parent
5419c23f
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
ae5f79d8
...
...
@@ -567,8 +567,16 @@ install() {
uninstall
()
{
_initpath
_info
"Removing cron job"
crontab
-l
|
sed
"/le.sh renewAll/d"
| crontab -
if
!
crontab
-l
|
grep
'le.sh renewAll'
;
then
crontab
-l
|
sed
"/le.sh renewAll/d"
| crontab -
if
command
-v
crond
>
/dev/null
;
then
service crond reload 2>/dev/null
else
service cron reload 2>/dev/null
fi
fi
_info
"Removing /bin/le.sh"
rm
-f
/bin/le
rm
-f
/bin/le.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment