Fix sed oops.
This commit is contained in:
parent
d969884d59
commit
41afa56f26
1 changed files with 1 additions and 1 deletions
|
@ -128,6 +128,6 @@ EOF
|
|||
if [[ "${DEVICE}" =~ RG351P ]]
|
||||
then
|
||||
sed -i "s#.integerscale=1#.integerscale=0#g" ${INSTALL}/usr/config/system/configs/system.cfg
|
||||
sed -i "s#audio.volume=.*$#audio.volume=100#g" ${INSTALL}/usr/config/system/configs/system.cfg
|
||||
sed -i "s#audio.volume=.*\$#audio.volume=100#g" ${INSTALL}/usr/config/system/configs/system.cfg
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue