refactor: Update install.sh script to remove redirection of upgrade output to /dev/null

This commit is contained in:
Andras Bacsai
2024-09-26 13:07:06 +02:00
parent f3ec4ca4a3
commit ba70451765
2 changed files with 14 additions and 5 deletions

View File

@@ -424,7 +424,7 @@ echo -e " - It could take a while based on your server's performance, network sp
echo -e " - Please wait."
getAJoke
bash /data/coolify/source/upgrade.sh "${LATEST_VERSION:-latest}" "${LATEST_HELPER_VERSION:-latest}" >/dev/null 2>&1
bash /data/coolify/source/upgrade.sh "${LATEST_VERSION:-latest}" "${LATEST_HELPER_VERSION:-latest}"
echo " - Coolify installed successfully."
rm -f $ENV_FILE-$DATE