test
This commit is contained in:
parent
2d492c89bf
commit
48e39d5a0b
@ -14,7 +14,7 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y gnup
|
$STD apt-get install -y gpg
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
#fetch_and_deploy_gh_release "argus" "release-argus/Argus" "singlefile" "latest" "/opt/argus" "Argus-.*linux-amd64"
|
#fetch_and_deploy_gh_release "argus" "release-argus/Argus" "singlefile" "latest" "/opt/argus" "Argus-.*linux-amd64"
|
||||||
|
@ -280,8 +280,8 @@ if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[
|
|||||||
done
|
done
|
||||||
|
|
||||||
sleep 1 # I/O-Sync-Delay
|
sleep 1 # I/O-Sync-Delay
|
||||||
|
msg_ok "Re-downloaded LXC Template"
|
||||||
fi
|
fi
|
||||||
msg_ok "Re-downloaded LXC Template"
|
|
||||||
|
|
||||||
if ! pct list | awk '{print $1}' | grep -qx "$CTID"; then
|
if ! pct list | awk '{print $1}' | grep -qx "$CTID"; then
|
||||||
msg_error "Container ID $CTID not listed in 'pct list' – unexpected failure."
|
msg_error "Container ID $CTID not listed in 'pct list' – unexpected failure."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user