From 936e17a9d819a6f55bec09eafd1beec523dcaa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 23 Aug 2016 22:46:36 +0200 Subject: Add newmail-notify and some other small tweaks --- local/bin/system-backup | 1 + 1 file changed, 1 insertion(+) (limited to 'local/bin/system-backup') diff --git a/local/bin/system-backup b/local/bin/system-backup index 18b85bc..06929c1 100755 --- a/local/bin/system-backup +++ b/local/bin/system-backup @@ -25,6 +25,7 @@ if [ -z "$PART" ]; then exit -1 fi MPATH=$(lsblk -lp | grep "$PART" | awk '{print$7}') +# TODO check if this is not in backupped path if [ -n "$MPATH" ]; then echo Disk already mounted to $MPATH. Continuing with that. else -- cgit v1.2.3