mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
5241d60614
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
|