mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 12:20:40 +00:00
core/tools: replace generic return 1 exit_codes with more specific exit_codes (#13311)
This commit is contained in:
committed by
GitHub
parent
b14dfccc99
commit
fbe5b57c76
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user