updated linux prebuild script
This commit is contained in:
parent
d32d743342
commit
6def55bd3b
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
quasar b
|
quasar b
|
||||||
cd /home/bogdan/BOGD_PROJECTS/WebguiappTemplate/WEBUI_DIST
|
cd ../WEBUI_DIST
|
||||||
ls | grep -xv "espfs.paths" | xargs rm -r
|
ls | grep -xv "espfs.paths" | xargs rm -r
|
||||||
cp -r /home/bogdan/BOGD_PROJECTS/WebguiappTemplate/WEBUI_SRC/dist/spa/. /home/bogdan/BOGD_PROJECTS/WebguiappTemplate/WEBUI_DIST/
|
cd ../WEBUI_SRC
|
||||||
|
cp -r ./dist/spa/. ../WEBUI_DIST/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user