mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
Print the file name for each match
This commit is contained in:
parent
25706abfb3
commit
82b635f8da
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ csv_list() {
|
|||
# Action #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
search_cmd=$(grep "SSL='yes'" $VESTA/data/users/*/web.conf |\
|
||||
search_cmd=$(grep -H "SSL='yes'" $VESTA/data/users/*/web.conf |\
|
||||
cut -f 1 -d ' ' |\
|
||||
sed -e "s|$VESTA/data/users/|USER='|" -e "s|/web.conf:|' |")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue