correct typo in mkdir-statement
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -3242,7 +3242,7 @@ aliases: files
|
||||
<commands index="2">
|
||||
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
|
||||
</visibility>
|
||||
<command><![CDATA[a2enmod suexec fcgid]]></command>
|
||||
<command><![CDATA[# add "-D SUEXEC -D FCGID" to /etc/conf.d/apache2]]></command>
|
||||
</commands>
|
||||
<commands index="3">
|
||||
<visibility mode="true">{{settings.system.mod_fcgid_ownvhost}}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user