From 374a1bc67f0cd848e46bf3cb685c9c7fa880f762 Mon Sep 17 00:00:00 2001 From: DecaTec Date: Wed, 13 Dec 2017 07:46:08 +0100 Subject: [PATCH] Typo --- NextcloudRestore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NextcloudRestore.sh b/NextcloudRestore.sh index bfc25de..7bb09e2 100644 --- a/NextcloudRestore.sh +++ b/NextcloudRestore.sh @@ -17,7 +17,7 @@ # TODO: The directory where you store the Nextcloud backups backupMainDir="/mnt/Share/NextcloudBackups/" restore=$1 -currentRestoreDir="${mainBackupdir}/${restore}" +currentRestoreDir="${mainBackupDir}/${restore}" # TODO: The directory of your Nextcloud installation (this is a directory under your web root) nextcloudFileDir="/var/www/nextcloud" # TODO: The directory of your Nextcloud data directory (outside the Nextcloud file directory) -- 2.34.1