Cannot write to /var/ let's fix that

This commit is contained in:
Lillian Violet 2024-03-18 21:06:54 +01:00
parent 30a243fae0
commit b20255e0e2

View file

@ -36,7 +36,7 @@ writeShellApplication
# Shared between this and the auto-mount script to ensure we're not double-triggering nor automounting while formatting # Shared between this and the auto-mount script to ensure we're not double-triggering nor automounting while formatting
# or vice-versa. # or vice-versa.
MOUNT_LOCK="/var/run/jupiter-automount-''${DEVBASE//\/_}.lock" MOUNT_LOCK="/home/lillian/lock/jupiter-automount-''${DEVBASE//\/_}.lock"
# Obtain lock # Obtain lock
exec 9<>"$MOUNT_LOCK" exec 9<>"$MOUNT_LOCK"