We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed38859 commit 3e8090eCopy full SHA for 3e8090e
1 file changed
run_walle.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-#set -e -o xtrace
+set -e -o xtrace
4
# https://stackoverflow.com/a/5750463/7734535
5
6
if [ -z "${VIRTUAL_ENV}" ]; then
@@ -46,7 +46,7 @@ else
46
python3 -m pip uninstall -y wall_e_models
47
fi
48
if [ ! -f 'wall_e_models' ]; then
49
- ln -sn "${WALL_E_MODEL_PATH}/wall_e_models" wall_e_models
+ ln -sn "${WALL_E_MODEL_PATH}/wall_e_models" wall_e_models || true
50
51
52
if [[ "${SETUP_DATABASE}" == "True" ]]; then
0 commit comments