Ну или правильно обрабатывать
ls $filePath || exit 1
awk -i inplace '/location \/projects\/'"$location"'/,/}/ {if(/proxy_pass/) sub(/:[0-9]+/,":'"$port"'")} {print}' "$(ls $filePath)"
$(ls etc/nginx/locations/*.locations)
вместо "$file"
для awk сработает, сейчас проверю) for entry in $file
do
awk -i inplace '/location \/projects\/'"$location"'/,/}/ {if(/proxy_pass/) sub(/:[0-9]+.;/,":'"$port"';")} {print}' "$entry"
done
./replace_location_port.sh -n test -v v2.2.2 -p 2222 -f etc/nginx/locations/\*.locations
ls etc/nginx/locations/test.*.locations
Only one integer 0-255 can be returned. Use stdout for other data.
See SC2151.