]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- adjust screen title on login
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 01:47:34 +0000 (01:47 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 01:47:34 +0000 (01:47 +0000)
Changed files:
    shell/bash_profile -> 1.3

shell/bash_profile

index 998f8ad9352e20f2eefa2a0ce7a0635c1dc25793..ec16fc7e10acfc1b4973662a6b636af7a1baefd4 100644 (file)
@@ -7,4 +7,12 @@ if [ "${SSH_CONNECTION%% *}" = "194.106.120.90" ]; then
        export LC_ALL=C
        export LANG=en_US
        export TZ=EET
+       case $(id -un)
+       pldth)
+               echo -ne "\033kth@ftp\033\\"
+       ;;
+       pldac)
+               echo -ne "\033kac@ftp\033\\"
+               ;;
+       esac
 fi
This page took 0.088576 seconds and 4 git commands to generate.