mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-30 13:16:53 +00:00
Update storage_menu.sh
This commit is contained in:
parent
7882d74802
commit
cc6fee8a98
@ -20,6 +20,11 @@ VENV_PATH="/opt/googletrans-env"
|
|||||||
LANGUAGE=$(jq -r '.language // "en"' "$BASE_DIR/config.json" 2>/dev/null)
|
LANGUAGE=$(jq -r '.language // "en"' "$BASE_DIR/config.json" 2>/dev/null)
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|
||||||
|
# Try to load utils.sh from GitHub
|
||||||
|
if ! source <(curl -sSf "$UTILS_URL"); then
|
||||||
|
echo "$(translate 'Error: Could not load utils.sh from') $UTILS_URL"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user