mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update install_coral_lxc.sh
This commit is contained in:
parent
efc5cb6cff
commit
5e016dd13c
@ -35,18 +35,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
|
||||
}
|
||||
# ==========================================================
|
||||
|
||||
# Select LXC container
|
||||
|
Loading…
x
Reference in New Issue
Block a user