From b9210ec68df04ccffae0b039de974a93dcbe63a8 Mon Sep 17 00:00:00 2001 From: syscl Date: Sun, 20 Jan 2019 09:17:58 -0800 Subject: [PATCH] Corrected BackupRoot path --- restore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/restore b/restore index 4f2ea96..4cfcd98 100755 --- a/restore +++ b/restore @@ -4,8 +4,7 @@ # restore under single mode # Execute script location REPO=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -# BackupRoot="${REPO}/Display-Backups" -BackupRoot="${REPO}" +BackupRoot="${REPO}/Display-Backups" if [ ! -d ${BackupRoot} ]; then # no backup found echo "${BackupRoot} does not exist, abort."