We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e306673 commit 69935c4Copy full SHA for 69935c4
tools/linesync/linesync-entrypoint.sh
@@ -15,7 +15,7 @@ if [ "$(id -u)" = "0" ]; then
15
TARGET_UID=""
16
TARGET_GID=""
17
18
- for detect_path in /home/linesync/.ssh /home/linesync/ircd; do
+ for detect_path in /home/linesync/ircd/ircd.conf ; do
19
if [ -d "$detect_path" ]; then
20
TARGET_UID=$(stat -c %u "$detect_path")
21
TARGET_GID=$(stat -c %g "$detect_path")
0 commit comments