@@ -64,8 +64,8 @@ if ! [ -d "${ZAF_CACHE_DIR}" ]; then
fi
if zaf_is_root; then
chgrp zabbix "${ZAF_CACHE_DIR}"
chmod g+w "${ZAF_CACHE_DIR}"
chgrp $(id -g zabbix) "${ZAF_CACHE_DIR}"
chmod 770 "${ZAF_CACHE_DIR}"
fi
case $1 in
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.