1
0
mirror of https://github.com/ZeJMaN/shinken_ynh.git synced 2025-06-21 07:37:26 +02:00

error correction syntax

This commit is contained in:
Jeremy MANSON 2016-03-07 10:29:41 +01:00
parent 25c589c460
commit d2ff29cb71

@ -19,8 +19,8 @@ sudo bash -c "pip install shinken"
# prepare shinken # prepare shinken
sudo pip install pymongo>=3.0.3 requests arrow bottle==0.12.8 passlib sudo pip install pymongo>=3.0.3 requests arrow bottle==0.12.8 passlib
sudo apt-get install mongodb -y sudo apt-get install mongodb -y
sudo su -c shinken --int -l shinken sudo su -c "shinken --init" -l shinken
sudo su -c shinken install webui2 -l shinken sudo su -c "shinken install webui2" -l shinken
# Remove trailing "/" for next commands # Remove trailing "/" for next commands