Fix post-upgrade 20190127

This commit is contained in:
Calin Crisan 2019-04-12 19:58:26 +03:00
parent 23cf26dec0
commit d0e9221cf9

View File

@ -15,7 +15,8 @@ function process_file() {
# $1 - file path
test -f $1 || return
cat $1 | to_uppercase > $1
cat $1 | to_uppercase > $1.new
mv $1.new $1
}
process_file /data/etc/os.conf