From: Guillaume Pellerin Date: Wed, 2 Mar 2016 14:17:18 +0000 (+0100) Subject: fix paths X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b650863c97b59979b11a5c1c70a36084f6fe7114;p=mezzo.git fix paths --- diff --git a/README.rst b/README.rst index c88cb870..01f41eab 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ The last command is needed to init the database. Press CTRL-C to exit, then fire Restore the backuped database, in another terminal (or a Docker Quickstart Terminal):: cd Manifeste - ./scripts/restore.sh + scripts/restore.sh Give you user password if asked. diff --git a/scripts/backup.sh b/scripts/backup.sh index f3783363..14175e77 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