From 6123a39e5561e7b4744a47147ac88a9cafb33dfc Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Sun, 27 Aug 2017 15:57:37 +0200 Subject: [PATCH] Fix backup script --- backup/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backup.sh b/backup/backup.sh index dcc22c6..a5e848c 100755 --- a/backup/backup.sh +++ b/backup/backup.sh @@ -20,7 +20,7 @@ if [ -z "$1" ] then DATE=$(date '+%Y-%m-%d') mkdir -p ${DATE}/resource - cp -R ../api/resource/ ${DATE}/resource + cp -R ../api/resource/ ${DATE}/ else DATE=${1} tar -xzf ${DATE}.tar.gz