mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-15 03:40:39 +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
|