open: use nohup instead of setsid
This commit is contained in:
2
sxbm
2
sxbm
@ -164,7 +164,7 @@ bm_open() {
|
|||||||
[ "$LINK_NUM" -gt 1 ] && [ -z "$FORCE" ] &&
|
[ "$LINK_NUM" -gt 1 ] && [ -z "$FORCE" ] &&
|
||||||
die "Too many links\nUse '$APPNAME open -f' to force open them all\n\n$LINK"
|
die "Too many links\nUse '$APPNAME open -f' to force open them all\n\n$LINK"
|
||||||
|
|
||||||
setsid $BROWSER $LINK 1>/dev/null 2>&1
|
nohup $BROWSER $LINK 1>/dev/null 2>&1 &
|
||||||
}
|
}
|
||||||
|
|
||||||
bm_edit() {
|
bm_edit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user