Changed NAS name

This commit is contained in:
Christian Colglazier 2019-08-21 20:48:46 -04:00
parent 694e2abc6c
commit 28d3eccb66

View File

@ -4,7 +4,7 @@
. ~/.config/settings.conf
if nc -z $nasip 80 2>/dev/null; then
mount /mnt/share/nas
mount /mnt/share/lNAS
else
echo "$nasip is unreachable"
fi