mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update tools.func
This commit is contained in:
@@ -997,8 +997,8 @@ function fetch_and_deploy_gh_release() {
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ "$chmod_target" != *.jar && -f "$target/$chmod_target" ]]; then
|
if [[ "$target_file" != *.jar && -f "$target/$target_file" ]]; then
|
||||||
chmod +x "$target/$chmod_target"
|
chmod +x "$target/$target_file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user