This commit is contained in:
Mylloon 2024-04-15 16:08:28 +02:00
parent e3b13536bc
commit 8a84bd1068
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -2,8 +2,8 @@
# NAS
if timeout 0.2 ping -c1 192.168.1.200 > /dev/null
set -l options metadata,uid=$(id -u),gid=$(id -g)
sudo mount -t drvfs "Y:" /mnt/y -o $(options) 2> /dev/null &
sudo mount -t drvfs "Z:" /mnt/z -o $(options) 2> /dev/null &
sudo mount -t drvfs "Y:" /mnt/y -o $options 2> /dev/null &
sudo mount -t drvfs "Z:" /mnt/z -o $options 2> /dev/null &
end
# Sometimes the screen is getting lost