* Fixed a bug in postinst script
This commit is contained in:
parent
fa17536851
commit
f0f1cf8654
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
PATTERNS='/cgi-bin/ffluci/admin:root:$p$root /cgi-bin/ffluci-upload:root:$p$root'
|
||||
|
||||
for i in "$PATTERNS"
|
||||
for i in $PATTERNS
|
||||
do
|
||||
grep "$i" ${IPKG_INSTROOT}/etc/httpd.conf >/dev/null 2>/dev/null || echo "$i" >> ${IPKG_INSTROOT}/etc/httpd.conf
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue