fixed closing fi/if
This commit is contained in:
parent
17fe88b8d4
commit
19d9bd5c2a
|
@ -11,7 +11,7 @@ else
|
||||||
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
||||||
sudo mv wp-cli.phar /usr/local/bin/wp
|
sudo mv wp-cli.phar /usr/local/bin/wp
|
||||||
chmod +x /usr/local/bin/wp
|
chmod +x /usr/local/bin/wp
|
||||||
if
|
fi
|
||||||
|
|
||||||
# update scripts in bin
|
# update scripts in bin
|
||||||
chmod 755 bin/*
|
chmod 755 bin/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user