Skip to content

Commit 854db00

Browse files
authored
Merge pull request #314 from ZLLentz/mnt_ioc_and
MNT: restore background launch behavior (&) for iocmanager R3+
2 parents a7c5759 + 19cde5a commit 854db00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/iocmanager

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ fi
2424
# For newer IOC manager, use the built-in help and env setup
2525
if [[ -f "${IOCMANAGER}"/scripts/gui.sh ]]; then
2626
if [[ "$HUTCH" == "unknown_hutch" ]]; then
27-
"${IOCMANAGER}"/scripts/gui.sh "$@"
27+
"${IOCMANAGER}"/scripts/gui.sh "$@" &
2828
exit $?
2929
else
30-
"${IOCMANAGER}"/scripts/gui.sh "${HUTCH,,}" "$@"
30+
"${IOCMANAGER}"/scripts/gui.sh "${HUTCH,,}" "$@" &
3131
exit $?
3232
fi
3333
fi

0 commit comments

Comments
 (0)