some bugfixes
This commit is contained in:
parent
198c681333
commit
54a9fcedf8
1 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
|
@ -34,7 +34,7 @@ until [[ $# -eq 0 ]]; do
|
|||
;;
|
||||
|
||||
--no-color)
|
||||
GRADLE_COLOR="--no-color"
|
||||
GRADLE_COLOR="--console=plain"
|
||||
shift
|
||||
;;
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ if [[ ${MODE} == "FOREGROUND" ]]; then
|
|||
while [[ ${EXIT_CODE} -eq 200 ]]; do
|
||||
# Restart as long as we have a exit code of 200, this allows the application to restart itself
|
||||
#startHal
|
||||
./gradlew ${GRADLE_COLOR} --console=plain run
|
||||
./gradlew ${GRADLE_COLOR} run
|
||||
EXIT_CODE=$?
|
||||
done
|
||||
elif [[ ${MODE} == "BACKGROUND" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue