mypps build

This commit is contained in:
qiaofeng1227 2023-06-02 14:25:47 +08:00
parent eddec0c6e2
commit 65f413b0ef

View file

@ -279,7 +279,7 @@ cp -r /data/apps/stackhub/cockpit/kopia/build/* /usr/share/cockpit/backup
## install myapps
cp -r /data/apps/stackhub/appmanage/static/images /data/apps/stackhub/cockpit/myapps/build/static
mkdir /usr/share/cockpit/myapps
cp -r /data/apps/stackhub/cockpit/myapps /usr/share/cockpit
cp -r /data/apps/stackhub/cockpit/myapps/build/* /usr/share/cockpit/myapps
# install navigator
if [ "$os_type" == 'Ubuntu' ] || [ "$os_type" == 'Debian' ] ;then