From 8db512e0459f841089e384e3ef416eca90569a2c Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 10 Jun 2016 15:32:02 -0500 Subject: [PATCH] rm old variable --- backup | 1 - 1 file changed, 1 deletion(-) diff --git a/backup b/backup index 4771f2a..b148c05 100755 --- a/backup +++ b/backup @@ -30,7 +30,6 @@ declare -r description="latest incremental backup" # we find the previous one. UUID="$(blkid -L backup | awk -F'/' '{print $4}')" declare -r userdata="uuid=$UUID" -#declare -r userdata="extbackup=yes" if [[ -f /etc/conf.d/snapper ]]; then source /etc/conf.d/snapper