From: Guillaume Pellerin Date: Tue, 1 Mar 2016 17:40:09 +0000 (+0100) Subject: fix paths X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=330b5e87323f969fd17090bccdcd79797ee869fd;p=mezzo.git fix paths --- diff --git a/scripts/restore.sh b/scripts/restore.sh index 271fe776..22caaddf 100755 --- a/scripts/restore.sh +++ b/scripts/restore.sh @@ -1,6 +1,6 @@ #!/bin/sh -sudo chown -R $USER ../data/media -sudo chown -R $USER ../data/backup +sudo chown -R $USER data/media +sudo chown -R $USER data/backup git pull docker-compose run db /srv/scripts/restore_db.sh