1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

OMR-Update changes

This commit is contained in:
Ycarus 2018-11-05 19:14:51 +01:00
parent 2679958caa
commit ccb78a287d

View file

@ -11,7 +11,7 @@ boot() {
source /etc/os-release
OMRVERSION=$(echo $VERSION | sed 's/v//')
files="$(ls /etc/uci-defaults)"
files="$(ls /etc/uci-defaults/)"
[ -n "$files" ] && {
mkdir -p /usr/share/omr-update
if [ "$(grep rom /etc/mtab)" = "" ]; then