Add some time information

This commit is contained in:
Girish Ramakrishnan
2016-06-29 23:37:39 -05:00
parent 0642e64ccb
commit 9c8166a2b8
+1 -1
View File
@@ -37,7 +37,7 @@ else
fi
if [[ "${arg_retire}" == "migrate" ]]; then
echo '{ "migrate": { "percent": "10", "message": "Migrating cloudron" }, "backup": null }' > "${SETUP_WEBSITE_DIR}/progress.json"
echo '{ "migrate": { "percent": "10", "message": "Migrating cloudron. This could take up to 15 minutes." }, "backup": null }' > "${SETUP_WEBSITE_DIR}/progress.json"
else
echo '{ "update": { "percent": "10", "message": "Updating cloudron software" }, "backup": null }' > "${SETUP_WEBSITE_DIR}/progress.json"
fi