better auto-mount detection

This commit is contained in:
rootzoll
2018-12-06 17:52:29 +01:00
parent 1768323e0d
commit b6ca87c2a6

View File

@@ -86,7 +86,7 @@ while [ ${hddExists} -eq 0 ]
done
# check if the HDD is auto-mounted
hddIsAutoMounted=$(lsblk | grep -c '/mnt/hdd')
hddIsAutoMounted=$(sudo cat /etc/fstab | grep -c '/mnt/hdd')
if [ ${hddIsAutoMounted} -eq 0 ]; then
echo "HDD is there but not AutoMounted yet." >> $logFile