mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update install_coral_pve.sh
This commit is contained in:
parent
5e016dd13c
commit
d78e4d7b8f
@ -29,18 +29,9 @@ if ! source <(curl -sSf "$UTILS_URL"); then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
initialize_cache() {
|
initialize_cache
|
||||||
if [ ! -f "$CACHE_FILE" ]; then
|
load_language
|
||||||
echo "{}" > "$CACHE_FILE"
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
load_language() {
|
|
||||||
if [ -f "$CONFIG_FILE" ]; then
|
|
||||||
LANGUAGE=$(jq -r '.language' "$CONFIG_FILE")
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user