rm old variable

This commit is contained in:
James Barnett
2016-06-10 15:32:02 -05:00
parent 4a6efabcc6
commit 8db512e045

1
backup
View File

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