MVPilgrim commited on
Commit
39996db
·
1 Parent(s): 10ceb94
Files changed (1) hide show
  1. startup.sh +1 -1
startup.sh CHANGED
@@ -4,7 +4,7 @@ echo "#### startup.sh entered."
4
 
5
  if [ -z "$1" ]; then
6
  echo "#### Re-executing startup.sh asynchonously."
7
- /app/startup.sh "no re-execute"
8
  exit 0
9
  fi
10
 
 
4
 
5
  if [ -z "$1" ]; then
6
  echo "#### Re-executing startup.sh asynchonously."
7
+ /app/startup.sh "no re-execute" &
8
  exit 0
9
  fi
10