mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Correct remove
This commit is contained in:
parent
82c6ae5ee4
commit
7890b38e14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue