From b650863c97b59979b11a5c1c70a36084f6fe7114 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Mar 2016 15:17:18 +0100 Subject: [PATCH] fix paths --- README.rst | 2 +- scripts/backup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5