This commit is contained in:
kento2 2026-06-16 16:54:02 +02:00
parent 4055fbfe86
commit 856e135e63
10 changed files with 20 additions and 21 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
mkdir -p ~/nfs
exec chpst -e "$TURNSTILE_ENV_DIR" \
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
mkdir -p "$HOME/nfs"
exec sshfs -o auto_unmount -o uid=`id -u` -o gid=`id -g` -f kentoj.de:nfs "$HOME/nfs"