cloudron-setup: print the args to the log file

This commit is contained in:
Girish Ramakrishnan
2018-08-30 14:06:25 -07:00
parent 7a1723d173
commit f953cfc4d5

View File

@@ -138,6 +138,8 @@ echo ""
echo " Join us at https://forum.cloudron.io for any questions."
echo ""
echo "Running cloudron-setup with args : $@" >> "${LOG_FILE}"
if [[ "${initBaseImage}" == "true" ]]; then
echo "=> Updating apt and installing script dependencies"
if ! apt-get update &>> "${LOG_FILE}"; then