Update install_yunohost

This commit is contained in:
abeudin 2012-09-19 10:15:45 +03:00
parent cb743056e4
commit feba7f8de7

View file

@ -133,6 +133,7 @@ then
--logfile /var/log/yunohost-update.log \ --logfile /var/log/yunohost-update.log \
-- \ -- \
apt-get update apt-get update
if [[ $? -ne 0 ]] if [[ $? -ne 0 ]]
then then
echo "Update Repo Failure : Rolling back" echo "Update Repo Failure : Rolling back"