forked from Deuxfleurs/bottin
Add launch script and remove openssl
This commit is contained in:
parent
eb7f00c526
commit
e4778a9a89
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ echo $BOTTIN_DEFAULT_ADMIN_PW
|
||||||
consul agent -dev > /dev/null 2>&1 &
|
consul agent -dev > /dev/null 2>&1 &
|
||||||
sleep 2
|
sleep 2
|
||||||
cp test_automatic/config.json.test config.json
|
cp test_automatic/config.json.test config.json
|
||||||
./bottin #> /dev/null 2>&1 &
|
./bottin > /dev/null 2>&1 &
|
||||||
#sleep 1
|
sleep 1
|
||||||
#./test_automatic/integration
|
./test_automatic/integration
|
||||||
rm config.json
|
rm config.json
|
||||||
|
|
Loading…
Reference in a new issue