summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/lighttpd/lighttpd.install')
-rwxr-xr-xabs/core/lighttpd/lighttpd.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/lighttpd/lighttpd.install b/abs/core/lighttpd/lighttpd.install
index 0e32a66..a921b0f 100755
--- a/abs/core/lighttpd/lighttpd.install
+++ b/abs/core/lighttpd/lighttpd.install
@@ -2,6 +2,6 @@ pre_upgrade() {
mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.old
}
post_upgrade() {
- sed -i 's|"^/mythweb|"/{1,2}mythweb|g' /etc/lighttpd/lighttpd.conf
+ sed -i 's|"^/mythweb|"^/{1,2}mythweb|g' /etc/lighttpd/lighttpd.conf
touch /etc/lighttpd/lighttpd.user
}