mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 09:30:27 +00:00
7 lines
174 B
Bash
7 lines
174 B
Bash
#!/bin/bash
|
|
cd /data/stackhub-web/plugins/portainer/build
|
|
yarn build
|
|
while [ ! -d "/usr/share/cockpit/container" ]; do
|
|
sleep 1
|
|
done
|
|
cp -r ./* /usr/share/cockpit/container/
|