diff --git a/h-config.sh b/h-config.sh index c067fc7..c0e1661 100755 --- a/h-config.sh +++ b/h-config.sh @@ -29,6 +29,9 @@ process_user_config() { # Check if modifications were made, if not, use original parameter [[ "$param" != "$modified_param" ]] && param=$modified_param + if [[ "$value" =~ \$\(.*\) ]]; then + value=$(eval echo "$value") + fi # Check if value exists before updating Settings if [[ ! -z "$value" ]]; then if [[ "$param" == "overwrites" ]]; then