mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-13 08:22:22 +00:00
Update update-pve8.sh
This commit is contained in:
parent
f4b5e7c044
commit
4dc3fd92cc
@ -31,10 +31,10 @@ register_tool() {
|
||||
|
||||
|
||||
download_common_functions() {
|
||||
local common_file="$BASE_DIR/common-functions.sh"
|
||||
local common_file="$BASE_DIR/scripts/global/common-functions.sh"
|
||||
|
||||
if [[ ! -f "$common_file" ]]; then
|
||||
if ! curl -s "$REPO_URL/global/common-functions.sh" -o "$common_file"; then
|
||||
if ! curl -s "$REPO_URL/scripts/global/common-functions.sh" -o "$common_file"; then
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user