mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:45:41 -04:00
fix: copy internal folders from /usr/src to /usr/bin
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# install and startup for tvapp2
|
# install and startup for tvapp2
|
||||||
# #
|
# #
|
||||||
|
|
||||||
cp -r ${DIR_BUILD} ${DIR_RUN}
|
cp -r ${DIR_BUILD}/* ${DIR_RUN}
|
||||||
rm -rf ${DIR_BUILD}/*
|
rm -rf ${DIR_BUILD}/*
|
||||||
cd ${DIR_RUN}
|
cd ${DIR_RUN}
|
||||||
npm start
|
npm start
|
||||||
|
|||||||
Reference in New Issue
Block a user