Test
This commit is contained in:
parent
f37514d944
commit
28dc9db7a9
@ -4,6 +4,6 @@
|
|||||||
"domains": [ "kc.linuxrocker.com"],
|
"domains": [ "kc.linuxrocker.com"],
|
||||||
"jumpHost": "jump01.kc.linuxrocker.com",
|
"jumpHost": "jump01.kc.linuxrocker.com",
|
||||||
"useJump": false,
|
"useJump": false,
|
||||||
"splitString": ".linuxrocker",
|
"splitString": ".linuxrocker.com",
|
||||||
"windowsGeometry": "1600x900"
|
"windowsGeometry": "1600x900"
|
||||||
}
|
}
|
@ -26,7 +26,7 @@ func CreateShellAliases(data []string, username string, config config.Config) {
|
|||||||
prerac := ""
|
prerac := ""
|
||||||
windowsGeometry := config.WindowsGeometry
|
windowsGeometry := config.WindowsGeometry
|
||||||
|
|
||||||
host := strings.TrimRight(hostname, stringSplit)
|
host := strings.TrimSuffix(hostname, stringSplit)
|
||||||
fqdn := hostname
|
fqdn := hostname
|
||||||
|
|
||||||
greentext := "tput -T xterm setaf 2; "
|
greentext := "tput -T xterm setaf 2; "
|
||||||
|
Loading…
Reference in New Issue
Block a user