This commit is contained in:
Mylloon 2023-12-27 20:34:12 +01:00
parent ef07fd287c
commit ee74acfa98
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,7 +1,7 @@
# NAS # NAS
if timeout 0.2 ping -c1 192.168.1.200 > /dev/null if timeout 0.2 ping -c1 192.168.1.200 > /dev/null
sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2>/dev/null & sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2> /dev/null &
end end
# Sometimes the screen is getting lost # Sometimes the screen is getting lost