|
mkdir -p ~/munin/.ssh/ ~munin-async/.ssh/ |
Please fix the start script by correcting this line to
mkdir ~munin/.ssh ~munin-async/.ssh
Currently the start script returns this error on fresh deployment:
cp: cannot create regular file '/var/lib/munin/.ssh/id_rsa': No such file or directory
docker-munin-server/start-munin.sh
Line 43 in 602e2a1
Please fix the start script by correcting this line to
mkdir ~munin/.ssh ~munin-async/.ssh
Currently the start script returns this error on fresh deployment:
cp: cannot create regular file '/var/lib/munin/.ssh/id_rsa': No such file or directory