Skip to content

Commit 69935c4

Browse files
committed
Fix bug in detect path
1 parent e306673 commit 69935c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/linesync/linesync-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$(id -u)" = "0" ]; then
1515
TARGET_UID=""
1616
TARGET_GID=""
1717

18-
for detect_path in /home/linesync/.ssh /home/linesync/ircd; do
18+
for detect_path in /home/linesync/ircd/ircd.conf ; do
1919
if [ -d "$detect_path" ]; then
2020
TARGET_UID=$(stat -c %u "$detect_path")
2121
TARGET_GID=$(stat -c %g "$detect_path")

0 commit comments

Comments
 (0)