Ver código fonte

Make nlaunch independent

master
Arun Prakash Jana 6 anos atrás
pai
commit
bfe950d082
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      scripts/nlaunch/nlaunch

+ 1
- 1
scripts/nlaunch/nlaunch Ver arquivo

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

Carregando…
Cancelar
Salvar