fix(LogicServer): 修正 run.sh 文件的 shebang 行
- 将原有的错误的 shebang 行从 '#! /bin/bash' 修改为 '#!/bin/bash' - 这个修改确保了脚本能够正确地使用 Bash 解释器执行
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
./stop.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user