Bläddra i källkod

Update install.sh

qiaofeng1227 2 år sedan
förälder
incheckning
da3fc09aa6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -69,7 +69,7 @@ echo $repo_init
 cd /tmp 
 cd /tmp 
 rm -rf stackhub
 rm -rf stackhub
 wget -N https://websoft9.github.io/StackHub/scripts/githubclone.sh && bash githubclone.sh websoft9 StackHub
 wget -N https://websoft9.github.io/StackHub/scripts/githubclone.sh && bash githubclone.sh websoft9 StackHub
-cd stackhub/apps
+cd StackHub/apps
 sudo echo "localhost" > hosts
 sudo echo "localhost" > hosts
 ansible-playbook -i hosts application.yml -c local -e init=$repo_init -e appname=$repo_name
 ansible-playbook -i hosts application.yml -c local -e init=$repo_init -e appname=$repo_name
 if [ $repo_init  -ne 0  ]; then
 if [ $repo_init  -ne 0  ]; then