Typo
All checks were successful
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
buildbot/job/openwrt Build done.

This commit is contained in:
Peter Šurda 2023-05-17 13:08:17 +08:00
parent 90e53ad77b
commit 1524152151
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

@ -1,6 +1,6 @@
VERSION=1
[ "$(uci -q get defaults.version.network)" -ge "$VERSION" ] & exit
[ "$(uci -q get defaults.version.network)" -ge "$VERSION" ] && exit
# save version
/sbin/uci set defaults.version.network="$VERSION"