mirror of https://github.com/Icinga/icinga2.git
Vagrant: Remove obsolete restart command.
This commit is contained in:
parent
5aa809faeb
commit
a844cf760d
|
@ -1,10 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# for some reason puppet does not start icinga2
|
|
||||||
/sbin/service icinga2 start
|
|
||||||
|
|
||||||
# fix faulty file permissions
|
|
||||||
chown root:apache /etc/icinga/passwd
|
|
||||||
/sbin/service httpd reload
|
|
||||||
|
|
||||||
echo "The Icinga 2 Vagrant VM has finished installing. See http://localhost:8080/ for more details."
|
echo "The Icinga 2 Vagrant VM has finished installing. See http://localhost:8080/ for more details."
|
||||||
|
|
Loading…
Reference in New Issue