5 lines
144 B
Bash
5 lines
144 B
Bash
#!/bin/bash -eu
|
|
|
|
chown -R librenms:librenms /opt/librenms/logs /opt/librenms/rrd
|
|
chmod -R u=rwX,g=rwX,o=rX /opt/librenms/logs /opt/librenms/rrd
|