]> git.parisson.com Git - mezzo.git/commitdiff
fix paths
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 2 Mar 2016 14:17:18 +0000 (15:17 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 2 Mar 2016 14:17:18 +0000 (15:17 +0100)
README.rst
scripts/backup.sh

index c88cb870c6b45917b2a185cedfd41f2b92c88982..01f41eabff94854ca7dfa072566560fb997d4129 100644 (file)
@@ -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.
 
index f3783363594458c788dd7c9f5a222a6ca5e1444c..14175e77a50402753772d4c78a3d1b911a1842a4 100755 (executable)
@@ -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