diff --git a/README b/README index 53a2b82..9ce2c56 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ Vorher den Command ausführen damit die psk erstellt wird ``` mkdir enc openssl rand -hex 32 >> enc/zabbix_agentd.psk -chmod 1997:1997 enc/zabbix_agentd.psk +chown 1997:1997 enc/zabbix_agentd.psk ```