mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix: Add missing file
argument to setfacl
This commit is contained in:
parent
1c8a1ba2c8
commit
aae9736b43
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ynh_secure_remove --file="/etc/cron.d/$app"
|
||||||
for i in $(ls /home); do
|
for i in $(ls /home); do
|
||||||
# Clean ACL in every directories in /home, except those which start with 'yunohost.'
|
# Clean ACL in every directories in /home, except those which start with 'yunohost.'
|
||||||
[[ ! $i == yunohost.* ]] \
|
[[ ! $i == yunohost.* ]] \
|
||||||
&& setfacl --remove g:$app 2>&1
|
&& setfacl --remove g:$app -- "$i" 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue