diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 685d61f9c..c0f1be74e 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -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