Cloudron is installing status
Solved
Support
-
Hello
Everything works, but in terminal I see messageCloudron is installing. Run 'tail -f /var/log/cloudron-setup.log' to view progress.
Last message in setup log:
[INFO] Processed migration 20200206154808-remove-clients
What problem could be there?
-
@vadim this happens because the install script didn't complete. In the end of the script, the motd (message of the day) hooks are removed. You can do this:
- Run
/home/yellowtent/box/setup/start.sh
manually - Then,
rm -f /etc/update-motd.d/91-cloudron-install-in-progress
That will make the message go away
- Run
-
-