mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 10:12:44 +00:00
Correct typo in acme.sh
This commit is contained in:
parent
65239c7c25
commit
5610d4782f
2
acme.sh
2
acme.sh
@ -6061,7 +6061,7 @@ installcronjob() {
|
|||||||
_script="$(_readlink "$_SCRIPT_")"
|
_script="$(_readlink "$_SCRIPT_")"
|
||||||
_debug _script "$_script"
|
_debug _script "$_script"
|
||||||
if [ -f "$_script" ]; then
|
if [ -f "$_script" ]; then
|
||||||
_info "Usinging the current script from: $_script"
|
_info "Using the current script from: $_script"
|
||||||
lesh="$_script"
|
lesh="$_script"
|
||||||
else
|
else
|
||||||
_err "Cannot install cronjob, $PROJECT_ENTRY not found."
|
_err "Cannot install cronjob, $PROJECT_ENTRY not found."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user