Optimierungen
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
echo "mounting ${PARTUUID} to ${MOUNTPOINT}"
|
||||
mount -t ext4 PARTUUID="${PARTUUID}" ${MOUNTPOINT}
|
||||
echo "mounting ${MOUNTPOINT}"
|
||||
mount ${MOUNTPOINT}
|
||||
|
||||
if ! mountpoint -q ${MOUNTPOINT} ; then
|
||||
echo "Backup Stick not mounted" >&2
|
||||
|
||||
Reference in New Issue
Block a user