mkdir
This commit is contained in:
parent
b1c2c3f616
commit
bfaa3dd517
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ RUN (cp /etc/munin/apache24.conf /etc/apache2/sites-available/000-default.conf)
|
|||
(chfn -f 'munin' root) && \
|
||||
(/usr/sbin/a2enmod fcgid) && \
|
||||
rm -rf /etc/munin/plugins && \
|
||||
mkdir -p /etc/munin/plugins && \
|
||||
chmod +x /etc/munin/plugins/munin_stats && \
|
||||
chmod +x /etc/munin/plugins/munin_update && \
|
||||
chmod +x /usr/local/bin/run
|
||||
|
|
Reference in a new issue