mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 07:53:07 +00:00
Replace output redirection with touch command
This commit is contained in:
parent
96511325ab
commit
c8d969d38a
@ -2007,7 +2007,7 @@ check_for_gh_release() {
|
|||||||
if [[ -z "$current" ]]; then
|
if [[ -z "$current" ]]; then
|
||||||
msg_info "${app} pinned to v${pinned_version}, no local version → install required"
|
msg_info "${app} pinned to v${pinned_version}, no local version → install required"
|
||||||
CHECK_UPDATE_RELEASE="$pinned_version"
|
CHECK_UPDATE_RELEASE="$pinned_version"
|
||||||
: >"$current_file"
|
touch "$current_file"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user