Skip to content

Commit 4e0163a

Browse files
.
1 parent 65a0a9e commit 4e0163a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bin/setup_configuration.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
# Run this script from the root of the repository
55

66
set -e
7-
7+
echo "ENTRATO"
88
if [[ "${RUN_SETUP_CONFIG,,}" =~ ^(true|1|yes)$ ]]; then
9+
echo "ENTRATO 1"
910
# wait for required services
1011
/wait_for_db.sh
11-
12+
1213
src/manage.py migrate
1314
src/manage.py setup_cosnfiguration --yaml-file setup_configuration/data.yaml
15+
echo "USCITO 1"
1416
fi
17+
echo "USCITO 2"

0 commit comments

Comments
 (0)