mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 09:16:34 +02:00
Fix: exec bees - breaks bash trap handling of umount bees workdir
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
committed by
Kai Krakow
parent
92aa13a6ae
commit
ff9e0e3571
@ -115,4 +115,5 @@ fi
|
||||
|
||||
MNT_DIR="${MNT_DIR//\/\//\/}"
|
||||
|
||||
cd $MNT_DIR && exec @LIBEXEC_PREFIX@/bees ${ARGUMENTS[@]} $OPTIONS "$MNT_DIR"
|
||||
cd "$MNT_DIR"
|
||||
@LIBEXEC_PREFIX@/bees "${ARGUMENTS[@]}" $OPTIONS "$MNT_DIR"
|
||||
|
Reference in New Issue
Block a user