Skip to content

Commit

Permalink
Fix CT for rebar3 3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Jul 14, 2021
1 parent 9b8f88a commit 9047427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rel/files/mongooseim
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ case "$1" in
# however, for debugging, sometimes start_clean.boot is useful:
FOREGROUNDOPTIONS=""
case "$1" in
console|live) BOOTFILE="$SCRIPT" ;;
console|live) BOOTFILE="start" ;;
console_clean) BOOTFILE=start_clean ;;
foreground)
# start up the release in the foreground for use
# by supervision services (e.g. systemd, upstart)
BOOTFILE="$SCRIPT"
BOOTFILE="start"
FOREGROUNDOPTIONS="-noshell -noinput +Bd"
;;
esac
Expand Down

0 comments on commit 9047427

Please sign in to comment.