lede/package/lean/luci-app-kodexplorer/root/etc/uci-defaults/luci-kodexplorer
Beginner 9cfbc21464
luci-app-kodexplorer: update php8 deps (#8445)
deps update to php8 and nginx-ssl

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-12-18 10:50:04 +08:00

13 lines
256 B
Bash
Executable File

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@kodexplorer[-1]
add ucitrack kodexplorer
set ucitrack.@kodexplorer[-1].init=kodexplorer
commit ucitrack
EOF
/etc/init.d/php8-fpm disable && /etc/init.d/php8-fpm stop
rm -rf /tmp/luci-*
exit 0