diff options
-rwxr-xr-x | user-scripts/nlaunch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/nlaunch b/user-scripts/nlaunch index 79540c8..7eee8a0 100755 --- a/user-scripts/nlaunch +++ b/user-scripts/nlaunch @@ -13,5 +13,5 @@ get_selection() { } if selection=$( get_selection ); then - "$selection" 2>&1 >/dev/null & + "$selection" 2>/dev/null 1>/dev/null & fi |