Christian Fraß commited on 2017-05-02 09:31:56
Zeige 3 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.
... | ... |
@@ -1,9 +1,9 @@ |
1 | 1 |
#!/usr/bin/env sh |
2 | 2 |
|
3 |
-path=words.json |
|
3 |
+path=concepts.json |
|
4 | 4 |
python3 tools/merge.py > ${path} |
5 | 5 |
|
6 |
-destination=mehl:/home/bfadmin/websites/folksprak.org/htdocs |
|
6 |
+destination=mehl:/home/bfadmin/websites/folksprak.org/htdocs/data |
|
7 | 7 |
rsync \ |
8 | 8 |
--verbose \ |
9 | 9 |
--archive \ |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
#!/usr/bin/env sh |
2 | 2 |
|
3 | 3 |
source=concepts/wiki |
4 |
-destination=mehl:/home/bfadmin/websites/folksprak.org/htdocs/words/data/pages/concepts |
|
4 |
+destination=mehl:/home/bfadmin/websites/folksprak.org/htdocs/wiki/data/pages/concepts |
|
5 | 5 |
rsync \ |
6 | 6 |
--verbose \ |
7 | 7 |
--archive \ |
8 | 8 |