From 7890b38e14acde953125501550bcb7e67a650e6b Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 30 Jun 2017 22:13:40 +0200 Subject: [PATCH] Correct remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 0ec2f65..886e3c5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -10,7 +10,7 @@ source /usr/share/yunohost/helpers # Retrieve app settings domain=$(ynh_app_setting_get "$app" domain) -sudo apt-get remove gitlab-ce +sudo apt-get -yy remove gitlab-ce sudo rm -rf /opt/gitlab sudo rm -rf /etc/gitlab