Skip to content

Commit 633789f

Browse files
committed
chore(startup): update Linux startup script permissions configuration
1 parent 5854861 commit 633789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/start-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install_debian() {
8686
[ "$DISTRO" == "arch" ] && install_arch || install_debian
8787

8888
# 配置权限
89-
chmod +x "$SCRIPT_DIR/llbot/node" "$LLBOT_CLI_BIN" 2>/dev/null
89+
chmod +x "$SCRIPT_DIR/bin/llbot/node" "$SCRIPT_DIR/bin/pmhq/pmhq" "$LLBOT_CLI_BIN" 2>/dev/null
9090
sudo chown -R $(whoami):$(whoami) "$SCRIPT_DIR/bin" 2>/dev/null
9191

9292

0 commit comments

Comments
 (0)