mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
list only tpl files
This commit is contained in:
parent
d93a769b9d
commit
b262f81555
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ csv_list() {
|
||||||
# Parsing proxy templates
|
# Parsing proxy templates
|
||||||
if [ ! -z "$PROXY_SYSTEM" ]; then
|
if [ ! -z "$PROXY_SYSTEM" ]; then
|
||||||
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
|
templates=$(ls -t $WEBTPL/$PROXY_SYSTEM |\
|
||||||
|
grep ".tpl$" |\
|
||||||
cut -f1 -d . |\
|
cut -f1 -d . |\
|
||||||
grep -v proxy_ip |\
|
grep -v proxy_ip |\
|
||||||
sort -u )
|
sort -u )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue