the install process must be ran manually

This commit is contained in:
Mark 2022-04-09 08:18:36 +01:00
parent 8ac4689909
commit d8c0f47a05
1 changed files with 11 additions and 1 deletions

View File

@ -50,8 +50,18 @@ curl -o "${ACME_SCRIPT_TMP}" "${ACME_SCRIPT_URL}"
chmod +x ${ACME_SCRIPT_TMP}
sudo -s -u ${ACME_USER} cd ${ACME_HOME}; ${ACME_SCRIPT_TMP} --home ${ACME_HOME} --install
cat <<todo
This script cannot do the following, you must copy, paste and run the
following manually...
sudo -s -u ${ACME_USER}
cd ${ACME_HOME}; ${ACME_SCRIPT_TMP} --home ${ACME_HOME} --install
exit
todo
}