Update tools.func - typo (#6156)

This was triggered when running the Gitea install script
This commit is contained in:
TJ
2025-07-22 14:52:41 +01:00
committed by GitHub
parent baf7dff759
commit 1aab127bdf

View File

@@ -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