diff --git a/root/pull.sh b/root/pull.sh index 7b28d2d..3e1e558 100644 --- a/root/pull.sh +++ b/root/pull.sh @@ -8,7 +8,7 @@ fi #Clone ansible-playbook repo if [ ! -d ~/git/ansible-fmb ] then - git clone ssh://git@config.tombstones.org.uk:22022/tombstones/ansible-fmb.git ~/git/ansible-fmb + git clone deploy:/tombstones/ansible-fmb.git ~/git/ansible-fmb #Pull most recent updates ansible-playbook repo elif [ -d ~/git/ansible-fmb ] @@ -16,11 +16,3 @@ then cd ~/git/ansible-fmb && git pull fi -#Create symlink for ansible-playbook run -if [ -f ~/git/ansible-fmb/shscripts/site.sh ] -then - if [ ! -L ~/bin/site.sh ] - then - ln -s ~/git/ansible-fmb/shscripts/site.sh ~/bin/site.sh - fi -fi