Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster
026b0f4105
Update radarr.sh
tweak
2024-07-27 12:51:12 -04:00
tteckster
b108b6e373
Update update-lxcs.sh
tweak
2024-07-27 12:48:42 -04:00
2 changed files with 2 additions and 5 deletions

View File

@ -55,10 +55,7 @@ function default_settings() {
function update_script() {
header_info
if [[ ! -d /var/lib/radarr/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating $APP LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
msg_ok "Updated $APP LXC"
msg_error "There is currently no update path available."
exit
}

View File

@ -101,7 +101,7 @@ for container in $(pct list | awk '{if(NR>1) print $1}'); do
done
wait
header_info
echo -e "${GN}The process is complete, and the selected containers have been updated.${CL}\n"
echo -e "${GN}The process is complete, and the containers have been successfully updated.${CL}\n"
if [ "${#containers_needing_reboot[@]}" -gt 0 ]; then
echo -e "${RD}The following containers require a reboot:${CL}"
for container_name in "${containers_needing_reboot[@]}"; do