We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93a769 commit b262f81Copy full SHA for b262f81
bin/v-list-web-templates-proxy
@@ -64,6 +64,7 @@ csv_list() {
64
# Parsing proxy templates
65
if [ ! -z "$PROXY_SYSTEM" ]; then
66
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
67
+ grep ".tpl$" |\
68
cut -f1 -d . |\
69
grep -v proxy_ip |\
70
sort -u )
0 commit comments