This commit is contained in:
Luk Lu
2022-11-19 08:26:59 +08:00
parent 41d70fc8dd
commit bd9bde9aac
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ fi
# acme.sh settings
if [ -f $HOME/.acme.sh/acme.sh.env ]
then
. "/root/.acme.sh/acme.sh.env"
. "$HOME/.acme.sh/acme.sh.env"
fi
# let MacOS uses the same variable so that vscode-sshfs can use "$USERPROFILE/.ssh/id_rsa" uniformly.