mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Fix group removal
This commit is contained in:
parent
fbd7581aea
commit
0d2e99bf9d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ ynh_secure_remove "/var/log/$app/"
|
||||||
ynh_print_info "Removing the dedicated system user"
|
ynh_print_info "Removing the dedicated system user"
|
||||||
|
|
||||||
# Delete a system user
|
# Delete a system user
|
||||||
ynh_system_user_delete www-data
|
gpasswd -d www-data onlyoffice
|
||||||
ynh_system_user_delete $app
|
ynh_system_user_delete $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue