double the grace time before kill
This commit is contained in:
parent
50f7a0a800
commit
660691cc07
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# NAS
|
# NAS
|
||||||
if timeout 0.2 ping -c1 192.168.1.200 > /dev/null
|
if timeout 0.4 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 &
|
||||||
|
|
Loading…
Reference in a new issue