Merge pull request #7 from timkrief/mainBackupDir-Fix

Variable name corrected
This commit is contained in:
DecaTec
2018-02-26 10:43:45 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
# Variables
# TODO: The directory where you store the Nextcloud backups
backupMainDir="/mnt/Share/NextcloudBackups/"
mainBackupDir="/mnt/Share/NextcloudBackups/"
restore=$1
currentRestoreDir="${mainBackupDir}/${restore}"
# TODO: The directory of your Nextcloud installation (this is a directory under your web root)