Skip to content

Commit

Permalink
Correct typo in acme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens authored Jan 7, 2025
1 parent 65239c7 commit 5610d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6061,7 +6061,7 @@ installcronjob() {
_script="$(_readlink "$_SCRIPT_")"
_debug _script "$_script"
if [ -f "$_script" ]; then
_info "Usinging the current script from: $_script"
_info "Using the current script from: $_script"
lesh="$_script"
else
_err "Cannot install cronjob, $PROJECT_ENTRY not found."
Expand Down

0 comments on commit 5610d47

Please sign in to comment.