-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathupdate-ui.sh
executable file
·25 lines (17 loc) · 1.02 KB
/
update-ui.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
echo '============================================================='
echo '$ $'
echo '$ liumapp $'
echo '$ $'
echo '$ $'
echo '$ email: liumapp.com@gmail.com $'
echo '$ homePage: http://www.liumapp.com $'
echo '$ Github: https://github.com/liumapp $'
echo '$ $'
echo '============================================================='
echo '.'
rm -rf ./synch-service/src/main/resources/static/static
rm ./synch-service/src/main/resources/templates/index.html
cp -r ./synch-ui/dist/static ./synch-service/src/main/resources/static/
cp ./synch-ui/dist/index.html ./synch-service/src/main/resources/templates/index.html
chmod -R a+w ../synchronizing-doc-convert-results