need to cd!

This commit is contained in:
Mark 2022-04-09 08:14:33 +01:00
parent 0ad8d34a3b
commit 8ac4689909
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ curl -o "${ACME_SCRIPT_TMP}" "${ACME_SCRIPT_URL}"
chmod +x ${ACME_SCRIPT_TMP}
sudo -s -u ${ACME_USER} ${ACME_SCRIPT_TMP} --home ${ACME_HOME} --install
sudo -s -u ${ACME_USER} cd ${ACME_HOME}; ${ACME_SCRIPT_TMP} --home ${ACME_HOME} --install
}