Browse Source

relative path for index.html

Émile Morel 9 years ago
parent
commit
da63f0311f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      olinux/script/initramfs/post.sh

+ 1 - 1
olinux/script/initramfs/post.sh

@@ -12,6 +12,6 @@ for i in $(seq 10); do
   [ -f /dev/mapper/root ] && exit 0
 done
 
-cat index.html | sed '/TPL:ERROR/d'
+cat ../index.html | sed '/TPL:ERROR/d'
 
 exit 0