]> git.p6c8.net - nextcloud-backup-restore.git/commitdiff
Merge pull request #7 from timkrief/mainBackupDir-Fix
authorDecaTec <DecaTec@users.noreply.github.com>
Mon, 26 Feb 2018 09:43:45 +0000 (10:43 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 09:43:45 +0000 (10:43 +0100)
Variable name corrected

NextcloudRestore.sh

index 7bb09e22e745eea5b85dab9ac49208bb9359a9fd..eeaa2eaebdf6e3047101a5f474e37d66b2644246 100644 (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)

patrick-canterino.de