correct command

This commit is contained in:
Mark 2022-04-09 08:09:51 +01:00
parent b99c3b1cb8
commit 9c5692d1e1
1 changed files with 1 additions and 3 deletions

View File

@ -48,9 +48,7 @@ apt install sudo socat curl coreutils
# Download & install.
curl -o "${ACME_SCRIPT_TMP}" "${ACME_SCRIPT_URL}"
sudo -s -u "${ACME_USER}"
${ACME_SCRIPT_TMP} --home ${ACME_HOME} --install
sudo -s -u bash ${ACME_SCRIPT_TMP} --home ${ACME_HOME} --install
}