mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
core/tools: replace generic return 1 exit_codes with more specific exit_codes (#13311)
This commit is contained in:
parent
b14dfccc99
commit
fbe5b57c76
6 changed files with 380 additions and 380 deletions
|
|
@ -42,7 +42,7 @@ get_header() {
|
|||
|
||||
if [ ! -s "$local_header_path" ]; then
|
||||
if ! curl -fsSL "$header_url" -o "$local_header_path"; then
|
||||
return 1
|
||||
return 250
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue