Skip to content

Commit

Permalink
start - suppress nohup.out
Browse files Browse the repository at this point in the history
  • Loading branch information
psychemedia committed Nov 13, 2020
1 parent 79e089e commit e48aede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .binder/start
@@ -1,5 +1,6 @@
#!/bin/bash

nohup nbsearch monitor &
# Suppress nohup.out
nohup nbsearch monitor >/dev/null 2>&1 &

exec "$@"

0 comments on commit e48aede

Please sign in to comment.