typo
This commit is contained in:
parent
e3b13536bc
commit
8a84bd1068
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
# 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
|
||||||
set -l options metadata,uid=$(id -u),gid=$(id -g)
|
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 "Y:" /mnt/y -o $options 2> /dev/null &
|
||||||
sudo mount -t drvfs "Z:" /mnt/z -o $(options) 2> /dev/null &
|
sudo mount -t drvfs "Z:" /mnt/z -o $options 2> /dev/null &
|
||||||
end
|
end
|
||||||
|
|
||||||
# Sometimes the screen is getting lost
|
# Sometimes the screen is getting lost
|
||||||
|
|
Loading…
Reference in a new issue