r.ip #7

Aberto
DarkFeather quer aplicar o merge de 10 commits de r.ip em main
Mostrando apenas as alterações do commit 51f895639b - Mostrar todos os commits

Ver Arquivo

@@ -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