1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

[fix] Do not restrict owncloud user as system one at removal

This commit is contained in:
Jérôme Lebleu 2016-05-06 22:20:41 +02:00
parent e8daf8bd78
commit e2e339fb32

View file

@ -33,4 +33,4 @@ for i in $(ls /home); do
[[ ! $i == yunohost.* ]] \ [[ ! $i == yunohost.* ]] \
&& sudo setfacl -x g:$app:rwx > /dev/null 2>&1 && sudo setfacl -x g:$app:rwx > /dev/null 2>&1
done done
sudo deluser --quiet --remove-home --system $app > /dev/null sudo deluser --quiet --remove-home $app > /dev/null