initrd rebuild

This commit is contained in:
Berk Çakar
2021-09-08 20:55:07 +03:00
parent 002538eb6c
commit 6ee7d3ea6a
2 changed files with 8 additions and 10 deletions
@@ -18,13 +18,4 @@ index 609b82d..48eba59 100644
}
debug() {
message=$(translate $1)
@@ -43,7 +43,7 @@ err() {
}
translate(){
if [ ! -f ${LANGFILE} ] ; then
- echo $*
+ echo $*
return 0
fi
word=$(cat ${LANGFILE} | grep "$*::" | head -n 1 | sed "s/^.*:://g")
--