actually does it correctly
This commit is contained in:
parent
ce5fa543f2
commit
354006a850
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
# Use launch.sh to start poezio directly from here
|
# Use launch.sh to start poezio directly from here
|
||||||
|
|
||||||
echo 'Updating poezio'
|
echo 'Updating poezio'
|
||||||
git pull
|
git pull origin master
|
||||||
|
|
||||||
if [ -e "SleekXMPP" ]
|
if [ -e "SleekXMPP" ]
|
||||||
then
|
then
|
||||||
echo "Updating SleekXMPP"
|
echo "Updating SleekXMPP"
|
||||||
cd SleekXMPP
|
cd SleekXMPP
|
||||||
git pull origin master
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
echo "Downloading SleekXMPP"
|
echo "Downloading SleekXMPP"
|
||||||
|
|
Loading…
Reference in a new issue