From feba7f8de7cc35cfd8ce8faad87e1186e54434bc Mon Sep 17 00:00:00 2001 From: abeudin Date: Wed, 19 Sep 2012 10:15:45 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 1 + 1 file changed, 1 insertion(+) diff --git a/install_yunohost b/install_yunohost index fc5046b..52ad9ac 100755 --- a/install_yunohost +++ b/install_yunohost @@ -133,6 +133,7 @@ then --logfile /var/log/yunohost-update.log \ -- \ apt-get update + if [[ $? -ne 0 ]] then echo "Update Repo Failure : Rolling back"