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
if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]; then
if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]
then
wx-stop
fi
if [[ $(hostname -d) == "devices.waren.io" ]]
then
ORG=warengroup
elif [[ $(hostname -d) == "devices.cwinfo.net" ]]
elif [[ $(hostname -d) == "devices.cwinfo.net" || $(hostname -d) == "fr1.servers.devices.cwinfo.net" ]]
then
ORG=cwinfo
elif [[ $(hostname -d) == "devices.christerwaren.fi" ]]

5
wx
View File

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