Commit b5513a47101c84fdb9ab6622108686f9974f1782
1 parent
16c342ca18
Exists in
master
fix zip
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
install.sh
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | function write_data() |
| 6 | 6 | { |
| 7 | 7 | if [ -f data/"$1".tar.gz ]; then |
| 8 | - docker run -it --rm -v "$1":/webportal -v $(pwd)/data:/backup busybox tar zxvf /backup/"$1".tar.gz -C / webportal | |
| 8 | + docker run -it --rm -v "$1":/webportal -v $(pwd)/data:/backup busybox tar zxvf /backup/"$1".tar.gz -C /webportal | |
| 9 | 9 | fi |
| 10 | 10 | } |
| 11 | 11 |