Merge pull request #7 from timkrief/mainBackupDir-Fix
Variable name corrected
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user