mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-27 16:22:53 +02:00
Improve command description for disabling pve-enterprise repo (#16020)
The "disable" option description stated "Comment out (disable) this repo" but the implementation uses `Enabled: false` (deb822 format) instead of commenting. Update description to better reflect the action.
This commit is contained in:
@@ -300,7 +300,7 @@ EOF
|
||||
--title "PVE-ENTERPRISE" \
|
||||
--menu "'pve-enterprise' repository already exists.\n\nWhat do you want to do?" 14 58 2 \
|
||||
"keep" "Keep as is" \
|
||||
"disable" "Comment out (disable) this repo" \
|
||||
"disable" "Disable this repo (set Enabled: false)" \
|
||||
"delete" "Delete this repo file" \
|
||||
3>&2 2>&1 1>&3)
|
||||
case $CHOICE in
|
||||
|
||||
Reference in New Issue
Block a user