From 7135266452342ad8a7d8a75b5eb12a26b55df9d7 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 13 Mar 2014 21:06:38 +0100 Subject: [PATCH] Update upgrade remove simulate option --- config/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/upgrade b/config/upgrade index 0d0323b0..b8a81cce 100644 --- a/config/upgrade +++ b/config/upgrade @@ -1,5 +1,5 @@ /bin/bash rm /tmp/yunohost/update_status -sudo apt-get upgrade -y -s > /tmp/yunohost/update_log 2>&1 +sudo apt-get upgrade -y > /tmp/yunohost/update_log 2>&1 if [ $(echo $?) = 0 ]; then echo "OK" > /tmp/yunohost/upgrade_status; else echo "NOK" > /tmp/yunohost/upgrade_status; fi rm /tmp/yunohost/upgrade.run