Mas correciones menores para testing.
This commit is contained in:
parent
403bb2c0cc
commit
4ec8e3210c
1 changed files with 3 additions and 5 deletions
|
|
@ -3,9 +3,9 @@
|
|||
set -x
|
||||
|
||||
### Variables de entorno ###
|
||||
echo "DROGON_ENV=tst" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "DB_SERVICE_NAME=tst_drogon_db" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "NETWORK_NAME=tst_drogon_network" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "export DROGON_ENV=tst" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "export DB_SERVICE_NAME=tst_drogon_db" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "export NETWORK_NAME=tst_drogon_network" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
DROGON_ENV=tst
|
||||
DB_SERVICE_NAME=tst_drogon_db
|
||||
NETWORK_NAME=tst_drogon_network
|
||||
|
|
@ -90,7 +90,6 @@ sleep 10s
|
|||
# Respiro
|
||||
sleep 10s
|
||||
|
||||
|
||||
#Capturer
|
||||
cd ./capturer/
|
||||
python3 capturer.py >> capturer_log.log 2>&1 &
|
||||
|
|
@ -98,7 +97,6 @@ sleep 10s
|
|||
# Respiro
|
||||
sleep 10s
|
||||
|
||||
|
||||
#Geocoder
|
||||
cd ./geocoder/
|
||||
python3 geocoder.py >> geocoder_log.log 2>&1 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue