fix: copy internal folders from /usr/src to /usr/bin

This commit is contained in:
2025-02-23 10:32:37 -07:00
parent ff2f28e6cc
commit 4e4077145f

View File

@@ -4,7 +4,7 @@
# install and startup for tvapp2
# #
cp -r ${DIR_BUILD} ${DIR_RUN}
cp -r ${DIR_BUILD}/* ${DIR_RUN}
rm -rf ${DIR_BUILD}/*
cd ${DIR_RUN}
npm start