diff options
-rwxr-xr-x | scripts/nlaunch/nlaunch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nlaunch/nlaunch b/scripts/nlaunch/nlaunch index 18d0f8b..e5b0a7b 100755 --- a/scripts/nlaunch/nlaunch +++ b/scripts/nlaunch/nlaunch @@ -16,5 +16,5 @@ get_selection() { } if selection=$( get_selection ); then - "$selection" 2>/dev/null 1>/dev/null & + setsid "$selection" 2>/dev/null 1>/dev/null & fi |