We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5854861 commit 633789fCopy full SHA for 633789f
script/start-linux.sh
@@ -86,7 +86,7 @@ install_debian() {
86
[ "$DISTRO" == "arch" ] && install_arch || install_debian
87
88
# 配置权限
89
-chmod +x "$SCRIPT_DIR/llbot/node" "$LLBOT_CLI_BIN" 2>/dev/null
+chmod +x "$SCRIPT_DIR/bin/llbot/node" "$SCRIPT_DIR/bin/pmhq/pmhq" "$LLBOT_CLI_BIN" 2>/dev/null
90
sudo chown -R $(whoami):$(whoami) "$SCRIPT_DIR/bin" 2>/dev/null
91
92
0 commit comments