Skip to content

Commit

Permalink
Merge pull request #661 from six2dez/dev
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
six2dez authored Feb 24, 2023
2 parents c4c2808 + 5c5a2f9 commit b393979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ function webcache(){
###############################################################################################################

function deleteOutScoped(){
if [ ! -z "$1" ]; then
if [ -f "$1" ]; then
cat $1 | while read outscoped
do
if grep -q "^[*]" <<< $outscoped
Expand Down

0 comments on commit b393979

Please sign in to comment.