mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
remove sudoers file with rm because ynh_secure_remove refuses to delete it
This commit is contained in:
parent
c6d1275d6e
commit
532db9cc8a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ynh_remove_fpm_config
|
||||||
# Remove sudoers file
|
# Remove sudoers file
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Removing sudoers file..." --weight=1
|
ynh_script_progression --message="Removing sudoers file..." --weight=1
|
||||||
ynh_secure_remove --file="/etc/sudoers/$app"
|
rm "/etc/sudoers/$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Remove hooks
|
# Remove hooks
|
||||||
|
|
Loading…
Add table
Reference in a new issue