openwrt_helloworld/nikki/files/uci-defaults/migrate.sh
gitea-action fabf3933ff nikki: sync upstream
last commit: 509c66cdd9
2025-02-11 18:56:59 +08:00

10 lines
108 B
Bash

#!/bin/sh
. "$IPKG_INSTROOT/etc/nikki/scripts/include.sh"
# commit
uci commit nikki
# exit with 0
exit 0