mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-05-01 05:11:17 +08:00
9 lines
121 B
Bash
9 lines
121 B
Bash
#!/bin/sh
|
|
|
|
if [ "$PKG_UPGRADE" = 1 ]; then
|
|
/etc/init.d/quickstart enable
|
|
/etc/init.d/quickstart start
|
|
fi
|
|
|
|
exit 0
|