We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbc0f2 commit a7546bcCopy full SHA for a7546bc
workspace/core/init.nix
@@ -62,7 +62,7 @@ let
62
fi
63
echo $DOJO_FLAG | install -m 400 /dev/stdin /flag
64
65
- for path in /home/hacker /home/hacker/.config; do
+ for path in /home/hacker /home/hacker/.config /run/user/1000; do
66
test -L "$path" && rm -f "$path"
67
mkdir -p "$path" && chown 1000:1000 "$path" && chmod 755 "$path"
68
done
0 commit comments