diff --git a/scripts/install_coral_pve.sh b/scripts/install_coral_pve.sh index 39a299d..eff7e95 100644 --- a/scripts/install_coral_pve.sh +++ b/scripts/install_coral_pve.sh @@ -29,18 +29,9 @@ if ! source <(curl -sSf "$UTILS_URL"); then exit 1 fi -initialize_cache() { - if [ ! -f "$CACHE_FILE" ]; then - echo "{}" > "$CACHE_FILE" - return - fi -} +initialize_cache +load_language -load_language() { - if [ -f "$CONFIG_FILE" ]; then - LANGUAGE=$(jq -r '.language' "$CONFIG_FILE") - fi -} # ==========================================================