mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
myapps
This commit is contained in:
parent
6f764d2bf3
commit
886035424d
1 changed files with 4 additions and 4 deletions
|
@ -119,11 +119,11 @@ else
|
|||
fi
|
||||
|
||||
# Check port used
|
||||
if netstat -tuln | grep -qE ':(80|9000|5000)\s'; then
|
||||
echo "Port 80 or 9000 or 5000 is already in use."
|
||||
if netstat -tuln | grep -qE ':(80|9000)\s'; then
|
||||
echo "Port 80 or 9000 is already in use."
|
||||
exit 1
|
||||
else
|
||||
echo "Port 80, 9000 and 5000 are free."
|
||||
echo "Port 80, 9000 are free."
|
||||
fi
|
||||
|
||||
}
|
||||
|
@ -336,7 +336,7 @@ if [ "${install_way}" == 'online' ] ;then
|
|||
## install myapps
|
||||
mkdir /usr/share/cockpit/myapps
|
||||
cp -r /data/apps/plugin-myapps/build/* /usr/share/cockpit/myapps
|
||||
cp -r /data/apps/plugin-myapps/logos /usr/share/cockpit/appstore/static/
|
||||
cp -r /data/apps/plugin-myapps/logos /usr/share/cockpit/myapps/static/
|
||||
rm -rf /data/apps/plugin-*
|
||||
else
|
||||
echo "install from artifact"
|
||||
|
|
Loading…
Reference in a new issue