check for nginxless setup

This commit is contained in:
Serghey Rodin 2014-02-18 01:04:49 +02:00
commit 11c8153a48

View file

@ -49,6 +49,9 @@ shell_list_wtpl() {
#----------------------------------------------------------#
# Proxy templates
if [ -z "$PROXY_SYSTEM" ]; then
exit
fi
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
cut -f1 -d . |\
grep -v proxy_ip |\