1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

remove: use ynh_system_user_delete helper

This commit is contained in:
Pierre de La Morinerie 2017-10-11 15:34:01 +05:30
parent f2013abebc
commit a0a9fe6ab7

View file

@ -58,4 +58,4 @@ sudo rm -f "/var/log/${app}.log"
# REMOVE DEDICATED USER
#=================================================
sudo userdel "$app"
ynh_system_user_delete "$app"