mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
Remove the superfluous parts of the uci-defaults file. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/sh
|
|
|
|
[ -x /etc/init.d/nginx ] && /etc/init.d/nginx running && /etc/init.d/nginx reload
|
|
|
|
exit 0
|