We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7c5759 + 19cde5a commit 854db00Copy full SHA for 854db00
scripts/iocmanager
@@ -24,10 +24,10 @@ fi
24
# For newer IOC manager, use the built-in help and env setup
25
if [[ -f "${IOCMANAGER}"/scripts/gui.sh ]]; then
26
if [[ "$HUTCH" == "unknown_hutch" ]]; then
27
- "${IOCMANAGER}"/scripts/gui.sh "$@"
+ "${IOCMANAGER}"/scripts/gui.sh "$@" &
28
exit $?
29
else
30
- "${IOCMANAGER}"/scripts/gui.sh "${HUTCH,,}" "$@"
+ "${IOCMANAGER}"/scripts/gui.sh "${HUTCH,,}" "$@" &
31
32
fi
33
0 commit comments