correct typo in mkdir-statement

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-02-15 16:04:43 +01:00
parent 9ee661d44c
commit 29a2c78b3f
6 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
<command>
<visibility mode="notempty">{{settings.system.deactivateddocroot}}
</visibility>
<content><![CDATA['mkdir -p {{settings.system.deactivateddocroot}}]]></content>
<content><![CDATA[mkdir -p {{settings.system.deactivateddocroot}}]]></content>
</command>
<command><![CDATA[a2dismod userdir]]></command>
</commands>