From 529e093e3337a1e852448be541a516852ee51b75 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 29 Feb 2016 21:19:52 +0100 Subject: [PATCH] update DB and media --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index 14175e77..f3783363 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -1,6 +1,6 @@ #!/bin/sh docker-compose run db /srv/scripts/backup_db.sh -git add data/media +git add ../data/media git commit -a -m "update DB and media" git push -- 2.39.5