Skip to content

Commit b262f81

Browse files
author
Serghey Rodin
committed
list only tpl files
1 parent d93a769 commit b262f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-list-web-templates-proxy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ csv_list() {
6464
# Parsing proxy templates
6565
if [ ! -z "$PROXY_SYSTEM" ]; then
6666
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
67+
grep ".tpl$" |\
6768
cut -f1 -d . |\
6869
grep -v proxy_ip |\
6970
sort -u )

0 commit comments

Comments
 (0)