1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Fix /etc/sudoers.d/zabbix perms ...

This commit is contained in:
Alexandre Aubin 2021-10-27 10:35:54 +02:00 committed by GitHub
parent 5f7bb0f643
commit 6f24d0a9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ import_template () {
bashUserPpath="../conf/etc_zabbix_zabbix_agentd.d_yunohost.sh"
cp "$sudoUserPpath" /etc/sudoers.d/zabbix
chmod 400 /etc/sudoers.d/zabbix
if [ -d /etc/zabbix/zabbix_agentd.d ]
then