Make nlaunch independent

This commit is contained in:
Arun Prakash Jana 2019-04-26 19:08:04 +05:30
parent 41c9c82d90
commit bfe950d082
1 changed files with 1 additions and 1 deletions

View File

@ -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