forked from p15670423/monkey
Added some more output to the postinst script
This commit is contained in:
parent
8907a01021
commit
90f9f69e30
|
@ -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
|
Loading…
Reference in New Issue