Fix update.sh
This commit is contained in:
parent
12c2a09b93
commit
56695b3cb6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Use launch.sh to start poezio directly from here
|
# Use launch.sh to start poezio directly from here
|
||||||
|
|
||||||
echo 'Updating poezio'
|
echo 'Updating poezio'
|
||||||
hg pull -u || echo 'You do not seem to be in poezio’s directory. Exiting.' && exit 1
|
hg pull -u
|
||||||
|
|
||||||
if [ -e "SleekXMPP" ]
|
if [ -e "SleekXMPP" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue