Added some more output to the postinst script

This commit is contained in:
Shay Nehmad 2020-04-10 23:11:50 +03:00
parent 8907a01021
commit 90f9f69e30
1 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,8 @@ echo "Starting services..."
service monkey-island start
service monkey-mongo start
echo "Monkey Island installation ended. The server should now be accessible soon via https://localhost:5000/"
echo "Monkey Island installation ended."
echo "The server should be accessible soon via https://localhost:5000/"
echo "To check server status, run 'sudo service monkey_island status'"
exit 0