Compare commits

...

2 Commits

Author SHA1 Message Date
31d77efe84 Merge branch 'master' into kd-live 2023-09-05 17:16:43 +09:00
3ace1be27a stdout을 dev/null로 redirect 2023-09-05 17:16:05 +09:00

View File

@ -1,4 +1,4 @@
#!/bin/sh
nohup /home/opdev/houston -client -logfile &
nohup /home/opdev/houston -client -logfile > /dev/null &