Optimierungen

This commit is contained in:
2026-05-16 09:50:10 +02:00
parent 6ede7c0241
commit 6110c80b25
2 changed files with 3 additions and 3 deletions

View File

@@ -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