Explorar o código

Print the file name for each match

Serghey Rodin %!s(int64=6) %!d(string=hai) anos
pai
achega
82b635f8da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-search-ssl-certificates

+ 1 - 1
bin/v-search-ssl-certificates

@@ -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:|' |")