]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
ssh_config: store ControlMaster socket in ~/.ssh/master/
[config/dotfiles.git] / setup.sh
index c1922a2883aa49244413181b1a13b74374ebd8de..2280eabd43ed5337a742b20739fa7411182e2cdd 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -286,6 +286,7 @@ if installed htop; then
     link htoprc ~/.config/htop/htoprc
 fi
 if test -d ~/.ssh && test -O ~/.ssh; then
+    mkdir -p ~/.ssh/master
     link ssh_config ~/.ssh/config
 fi
 if installed dig; then