forked from p15670423/monkey
More deb installation hotfixes
This commit is contained in:
parent
b93c91237f
commit
c9dbd8ee63
|
@ -22,7 +22,7 @@ if [ -d "/etc/systemd/network" ]; then
|
||||||
systemctl enable monkey-island
|
systemctl enable monkey-island
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${MONKEY_FOLDER}/monkey_island/create_certificate.sh
|
${MONKEY_FOLDER}/monkey_island/create_certificate.sh ${MONKEY_FOLDER}/monkey_island/
|
||||||
|
|
||||||
service monkey-island start
|
service monkey-island start
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ if [ -d "/etc/systemd/network" ]; then
|
||||||
systemctl enable monkey-island
|
systemctl enable monkey-island
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${MONKEY_FOLDER}/monkey_island/create_certificate.sh
|
${MONKEY_FOLDER}/monkey_island/create_certificate.sh ${MONKEY_FOLDER}/monkey_island/
|
||||||
|
|
||||||
service monkey-island start
|
service monkey-island start
|
||||||
service monkey-mongo start
|
service monkey-mongo start
|
||||||
|
|
Loading…
Reference in New Issue