[1.2] 인프라

- houston.sh 리눅스 줄바꿈으로 변경
- make_houston_package.ps1이 houston.sh도 포함하도록 변경
This commit is contained in:
2025-06-09 12:08:29 +09:00
parent 0ed48e0de7
commit 965d6fa5b9
2 changed files with 6 additions and 3 deletions

View File

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