2 lines
66 B
Bash
Executable file
2 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
mkdir -p /var/run/munin && chown munin /var/run/munin
|