Update tools.func - typo (#6156)
This was triggered when running the Gitea install script
This commit is contained in:
parent
baf7dff759
commit
1aab127bdf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user