mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-11 09:46:14 +00:00
Update misc/build.func
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
@@ -5450,7 +5450,7 @@ create_lxc_container() {
|
||||
|
||||
NEED_DOWNLOAD=0
|
||||
if [[ ! -f "$TEMPLATE_PATH" ]]; then
|
||||
msg_info "Template not present locally – will download."
|
||||
msg_info "Template not present locally, will download it."
|
||||
NEED_DOWNLOAD=1
|
||||
elif [[ ! -r "$TEMPLATE_PATH" ]]; then
|
||||
msg_error "Template file exists but is not readable, check permissions."
|
||||
|
||||
Reference in New Issue
Block a user