mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-25 11:11:02 +00:00
Update tools.func - typo (#6156)
This was triggered when running the Gitea install script
This commit is contained in:
@@ -1026,7 +1026,7 @@ function fetch_and_deploy_gh_release() {
|
||||
return 1
|
||||
}
|
||||
|
||||
if [[ "$tagrget_file" != *.jar && -f "$target/$target_file" ]]; then
|
||||
if [[ "$target_file" != *.jar && -f "$target/$target_file" ]]; then
|
||||
chmod +x "$target/$target_file"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user