mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Change default value syntax for component variable
This commit is contained in:
parent
aa770beff4
commit
dc809eeda4
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@ setup_deb822_repo() {
|
|||
local gpg_url="$2"
|
||||
local repo_url="$3"
|
||||
local suite="$4"
|
||||
local component="${5:-main}"
|
||||
local component="${5-main}"
|
||||
local architectures="${6-}" # optional
|
||||
|
||||
# Validate required parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue