Skip to content

Commit 11c8153

Browse files
committed
check for nginxless setup
1 parent c3e8997 commit 11c8153

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/v-list-web-templates-proxy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ shell_list_wtpl() {
4949
#----------------------------------------------------------#
5050

5151
# Proxy templates
52+
if [ -z "$PROXY_SYSTEM" ]; then
53+
exit
54+
fi
5255
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
5356
cut -f1 -d . |\
5457
grep -v proxy_ip |\

0 commit comments

Comments
 (0)