Cannot write to /var/ let's fix that
This commit is contained in:
parent
30a243fae0
commit
b20255e0e2
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue