fix mount verbosity

This commit is contained in:
Ville Rantanen
2023-01-02 08:39:04 +02:00
parent 30dbe3eade
commit 70baeb44c0

View File

@@ -73,5 +73,5 @@ if [[ $device1 = $device2 ]]; then
rmdir "$mountpath" rmdir "$mountpath"
fi fi
else else
echo "~/mnt/$valid_name is already mounted" echo "~/mnt/am/$valid_name is already mounted"
fi fi