mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Fix post-upgrade 20190127
This commit is contained in:
parent
23cf26dec0
commit
d0e9221cf9
@ -15,7 +15,8 @@ function process_file() {
|
|||||||
# $1 - file path
|
# $1 - file path
|
||||||
test -f $1 || return
|
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
|
process_file /data/etc/os.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user