From b69c6d5ea71f2678acfda8b2699f599ae11d6d34 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 19 Sep 2014 10:03:18 +0200 Subject: Use $HOME instead of /home/weasel --- ssh-co-dotfiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh-co-dotfiles b/ssh-co-dotfiles index 34a79ea..9e2fb26 100755 --- a/ssh-co-dotfiles +++ b/ssh-co-dotfiles @@ -47,11 +47,11 @@ MBQmrD9cIDBQul8TYms32orn/+pZltTYQ9G9py3a0cC7HHt0peedXIJnRdEGrMVM cIFbNzIrk1reHamFS3w2mrGLWF5/xbdjRZQeeYSom2CLwtN1ywhz -----END CERTIFICATE----- EOF - git -c http.sslCAinfo=/home/weasel/.www.palfrader.org.crt clone https://www.palfrader.org/git/conf/dotfiles.git .dotfiles.new && + git -c http.sslCAinfo="$HOME"/.www.palfrader.org.crt clone https://www.palfrader.org/git/conf/dotfiles.git .dotfiles.new && rm -f .www.palfrader.org.crt && mv .dotfiles.new .dotfiles && cd .dotfiles && - git config --local --add http.sslCAinfo /home/weasel/.dotfiles/.certs/www.palfrader.org.crt && + git config --local --add http.sslCAinfo "$HOME"/.dotfiles/.certs/www.palfrader.org.crt && ./Link-Them && echo "All done"' -- cgit v1.2.3