This commit is contained in:
qiaofeng1227 2023-10-16 13:49:17 +08:00
parent ade85cf32a
commit 44c76c3824
3 changed files with 3 additions and 5 deletions

View File

@ -73,7 +73,7 @@ done
if [ -n "$port" ]; then
export port
else
export port=7000
export port=9000
fi

View File

@ -3,7 +3,6 @@
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
# Export PATH
export PATH
export port=8000
## This script is used for install or upgrade Cockpit on Linux
## Cockpit build at redhat family: https://copr.fedorainfracloud.org/coprs/g/cockpit/cockpit-preview/monitor/
@ -385,5 +384,4 @@ if systemctl cat packagekit > /dev/null 2>&1; then
sudo systemctl restart packagekit
else
echo "no packagekit"
fi
echo "cockpit install finished."
fi

View File

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc53",
"version": "0.8.26-rc54",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",