diff options
author | Karel Kočí <cynerd@email.cz> | 2016-08-23 22:46:36 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-08-23 23:01:22 +0200 |
commit | 936e17a9d819a6f55bec09eafd1beec523dcaa64 (patch) | |
tree | 8dc4bafcd7453879924fb89cbe06ba6d63fdb700 /local/bin | |
parent | b5fdc60edacabf99dff16f04ff2c7618f2233977 (diff) | |
download | myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.tar.gz myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.tar.bz2 myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.zip |
Add newmail-notify and some other small tweaks
Diffstat (limited to 'local/bin')
-rwxr-xr-x | local/bin/system-backup | 1 |
1 files changed, 1 insertions, 0 deletions
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 |