openwrt_helloworld/mihomo/files/uci-defaults/migrate.sh
gitea-action 7316cfde5d mihomo: sync upstream
last commit: 30b31d9d65
2024-09-25 05:44:33 +08:00

10 lines
112 B
Bash

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