Updated type

This commit is contained in:
Netkas 2021-01-14 13:51:46 -05:00
parent 6421e5ddba
commit bcab3ce753
4 changed files with 102 additions and 101 deletions

View File

@ -25,7 +25,6 @@ else
exit 1
fi
echo "### Starting Ping Service ###"
make start_ping &

View File

@ -1,2 +0,0 @@
import os
print(os.path.dirname(os.path.realpath(__file__)))

4
test.sh Normal file
View File

@ -0,0 +1,4 @@
if ! python3 scripts/warmup.py; then
echo "ERROR: Some services failed to start successfully duing the warmup process"
exit 1
fi