X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=ssh-emacs-setup;fp=ssh-emacs-setup;h=309ab0a5ac3ea28222c812d843cf182020752f70;hb=da8b091d08c731d798c522b1cb08e59c48e348cc;hp=b89f2bd899438c60d364f9f913e10dad98972dae;hpb=1723d09bec8364d16a156b195fd08b9f62cbc98b;p=distro-setup diff --git a/ssh-emacs-setup b/ssh-emacs-setup index b89f2bd..309ab0a 100755 --- a/ssh-emacs-setup +++ b/ssh-emacs-setup @@ -32,7 +32,9 @@ if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR -readonly this_file; this_file="$(readlink -f -- "${BASH_SOURCE[0]}")"; cd ${this_file%/*} +this_file="$(readlink -f -- "${BASH_SOURCE[0]}")" +readonly this_file this_dir="${this_file%/*}" +cd "$this_dir" # get rid of useless motd stuff sed -i --follow-symlinks 's/^\s*PrintLastLog .*/PrintLastLog no/' /etc/ssh/sshd_config rm -f /etc/update-motd.d/10-help-text /etc/update-motd.d/00-header