mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 00:42:23 +00:00
Update import-disk-image.sh
This commit is contained in:
parent
ec8eb6d81c
commit
dd8ee58dc3
@ -16,7 +16,7 @@ UTILS_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/util
|
||||
BASE_DIR="/usr/local/share/proxmenux"
|
||||
CACHE_FILE="$BASE_DIR/cache.json"
|
||||
VENV_PATH="/opt/googletrans-env"
|
||||
LANGUAGE=$(jq -r '.language' "$BASE_DIR/config.json" 2>/dev/null || echo "en")
|
||||
LANGUAGE=$(jq -r '.language // "en"' "$BASE_DIR/config.json" 2>/dev/null)
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user