From 5cdaf070256189d14119bc6a94f77a50c3d4e0ed Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Thu, 8 Aug 2019 23:38:57 +0000 Subject: [PATCH] Fixed typo in TMPDIR configurable --- GiteaFullBackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GiteaFullBackup.sh b/GiteaFullBackup.sh index 3a0697e..c572fa1 100644 --- a/GiteaFullBackup.sh +++ b/GiteaFullBackup.sh @@ -4,7 +4,7 @@ # Modify the below values CONF=/data/gitea/conf/app.ini -TMPDIR=/data/TMPDIR +TMPDIR=/data/tmp BAKDIR=/data/backups # ------------------------