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:
parent
e8daf8bd78
commit
e2e339fb32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue