r.ip #7

Abierta
DarkFeather desea fusionar 10 commits de r.ip en main
Mostrando solo los cambios del commit 51f895639b - Mostrar todos los commits

Ver fichero

@@ -28,7 +28,7 @@ function getAPIConfigValue() {
# Get the api config value # Get the api config value
# param attr: the attribute to look for # param attr: the attribute to look for
# returns: the attribute's value # returns: the attribute's value
egrep -A 10 '^\[ API \]$' "$file" | egrep -m 1 '^'"$1"'=' | sed 's/^'"$1"'=//' grep -A 10 -E '^\[ API \]$' "$file" | grep -m 1 -E '^'"$1"'=' | sed 's/^'"$1"'=//'
} }
# Parse arguments # Parse arguments