lots: shellcheck, streaming stuff, fixes
[distro-setup] / ssh-emacs-setup
index 426d098c4e37eb972409b210ef627850fa2f2f71..4fcbc92098bd5cbc34b87e0d7fbc640170fb79f8 100755 (executable)
@@ -17,13 +17,14 @@ if [[ $EUID != 0 ]]; then
     sudo "$0"
     exit
 fi
+# shellcheck source=/a/bin/ds/.bashrc
 if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi
 
 
 set -eE -o pipefail
 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR
 
-cd $(dirname $0)
+readonly this_file; this_file="$(readlink -f -- "${BASH_SOURCE[0]}")"; cd ${this_file%/*}
 # 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