Source Update

This commit is contained in:
Christer Warén 2024-04-29 07:39:30 +03:00
parent cc1cc6e39f
commit 3d04f2f24c
2 changed files with 6 additions and 4 deletions

View File

@ -6,14 +6,15 @@ wx-login(){
ORG=$1 ORG=$1
if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]; then if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]
then
wx-stop wx-stop
fi fi
if [[ $(hostname -d) == "devices.waren.io" ]] if [[ $(hostname -d) == "devices.waren.io" ]]
then then
ORG=warengroup ORG=warengroup
elif [[ $(hostname -d) == "devices.cwinfo.net" ]] elif [[ $(hostname -d) == "devices.cwinfo.net" || $(hostname -d) == "fr1.servers.devices.cwinfo.net" ]]
then then
ORG=cwinfo ORG=cwinfo
elif [[ $(hostname -d) == "devices.christerwaren.fi" ]] elif [[ $(hostname -d) == "devices.christerwaren.fi" ]]

5
wx
View File

@ -28,14 +28,15 @@ wx-login(){
ORG=$1 ORG=$1
if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]; then if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]
then
wx-stop wx-stop
fi fi
if [[ $(hostname -d) == "devices.waren.io" ]] if [[ $(hostname -d) == "devices.waren.io" ]]
then then
ORG=warengroup ORG=warengroup
elif [[ $(hostname -d) == "devices.cwinfo.net" ]] elif [[ $(hostname -d) == "devices.cwinfo.net" || $(hostname -d) == "fr1.servers.devices.cwinfo.net" ]]
then then
ORG=cwinfo ORG=cwinfo
elif [[ $(hostname -d) == "devices.christerwaren.fi" ]] elif [[ $(hostname -d) == "devices.christerwaren.fi" ]]