1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix omr-update

This commit is contained in:
Ycarus 2018-06-09 07:55:54 +02:00
parent d949abf0dc
commit 79b2e1c88b

View file

@ -10,7 +10,7 @@ boot() {
cd /etc/uci-defaults || return 0
files="$(ls)"
[ -n "$files" ] && {
mkdir /usr/share/omr-update
mkdir -p /usr/share/omr-update
if [ "$(grep rom /etc/mtab)" = "" ]; then
cp /etc/uci-defaults/* /usr/share/omr-update
fi