Remove the superfluous parts of the uci-defaults file. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/sh
|
|
|
|
[ -x /etc/init.d/nginx ] && /etc/init.d/nginx running && /etc/init.d/nginx reload
|
|
|
|
exit 0
|