Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit b8d48cb

Browse files
dmiusDmitry
authored andcommitted
Fix
1 parent 72c6f84 commit b8d48cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nancy_run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ function checkPath() {
280280
if [[ $path =~ "file:///" ]]
281281
then
282282
path=${path/file:\/\//}
283-
echo "CHECK $path"
284283
if [ -f $path ]
285284
then
286285
eval "$1=\"$path\"" # update original variable
@@ -708,8 +707,6 @@ case "$DB_DUMP_EXT" in
708707
;;
709708
esac
710709

711-
exit 1;
712-
713710
# After init database sql code apply
714711
echo "Apply sql code after db init"
715712
if ([ ! -z ${AFTER_DB_INIT_CODE+x} ] && [ "$AFTER_DB_INIT_CODE" != "" ])

0 commit comments

Comments
 (0)