and another goof

This commit is contained in:
Mark 2022-04-09 07:53:57 +01:00
parent e579eec1dc
commit 553c40d1d0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ chmod -cR u+s,g+s,o+s ${ACME_HOME}
apt install sudo socat curl coreutils
# Download & install.
sudo -s -u "${ACME_HOME}" curl -o "${ACME_SCRIPT_TMP}" "${ACME_SCRIPT_URL}" && ${ACME_SCRIPT_TMP} --install
sudo -s -u "${ACME_USER}" curl -o "${ACME_SCRIPT_TMP}" "${ACME_SCRIPT_URL}" && ${ACME_SCRIPT_TMP} --install
}