1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Fix user removal

This commit is contained in:
yalh76 2019-02-25 23:57:27 +01:00
parent 4e4e4331e1
commit a6dec1d9de

View file

@ -94,6 +94,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
ynh_system_user_delete $app ynh_system_user_delete $app
#================================================= #=================================================