diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 7ffca3db6..ead95adb0 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -42,7 +42,7 @@ while true; do ghost_file=/home/yellowtent/platformdata/cloudron_ghost.json printf '{"%s":"%s"}\n' "${admin_username}" "${admin_password}" > "${ghost_file}" chown yellowtent:yellowtent "${ghost_file}" && chmod o-r,g-r "${ghost_file}" - echo "Login as ${admin_username} / ${admin_password} . Remove ${ghost_file} when done." + echo "Login as ${admin_username} / ${admin_password} . This password may only be used once. ${ghost_file} will be automatically removed after use." exit 0 ;; --) break;;