mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
rc
This commit is contained in:
parent
ade85cf32a
commit
44c76c3824
@ -73,7 +73,7 @@ done
|
||||
if [ -n "$port" ]; then
|
||||
export port
|
||||
else
|
||||
export port=7000
|
||||
export port=9000
|
||||
fi
|
||||
|
||||
|
||||
|
@ -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/
|
||||
@ -386,4 +385,3 @@ if systemctl cat packagekit > /dev/null 2>&1; then
|
||||
else
|
||||
echo "no packagekit"
|
||||
fi
|
||||
echo "cockpit install finished."
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.26-rc53",
|
||||
"version": "0.8.26-rc54",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user