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
e2c939fb
Commit
e2c939fb
authored
Dec 21, 2016
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/480
parent
08b6cf02
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
e2c939fb
...
@@ -3359,7 +3359,7 @@ installcronjob() {
...
@@ -3359,7 +3359,7 @@ installcronjob() {
_err
"Can not install cronjob,
$PROJECT_ENTRY
not found."
_err
"Can not install cronjob,
$PROJECT_ENTRY
not found."
return
1
return
1
fi
fi
if
_exists
uname
&&
uname
-a
|
grep
solaris
>
/dev/null
;
then
if
_exists
uname
&&
uname
-a
|
grep
SunOS
>
/dev/null
;
then
crontab
-l
|
{
crontab
-l
|
{
cat
cat
echo
"0 0 * * *
$lesh
--cron --home
\"
$LE_WORKING_DIR
\"
> /dev/null"
echo
"0 0 * * *
$lesh
--cron --home
\"
$LE_WORKING_DIR
\"
> /dev/null"
...
...
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