Variable name corrected
I just corrected a variable name (I didn't work otherwise).
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
# TODO: The directory where you store the Nextcloud backups
|
# TODO: The directory where you store the Nextcloud backups
|
||||||
backupMainDir="/mnt/Share/NextcloudBackups/"
|
mainBackupDir="/mnt/Share/NextcloudBackups/"
|
||||||
restore=$1
|
restore=$1
|
||||||
currentRestoreDir="${mainBackupDir}/${restore}"
|
currentRestoreDir="${mainBackupDir}/${restore}"
|
||||||
# TODO: The directory of your Nextcloud installation (this is a directory under your web root)
|
# TODO: The directory of your Nextcloud installation (this is a directory under your web root)
|
||||||
|
|||||||
Reference in New Issue
Block a user