mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
rc
This commit is contained in:
parent
fc8dc6ebb4
commit
ade85cf32a
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ done
|
|||
if [ -n "$port" ]; then
|
||||
export port
|
||||
else
|
||||
port=9000
|
||||
export port=7000
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
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/
|
||||
|
|
Loading…
Reference in a new issue