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