We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3fe0e commit 3a876c9Copy full SHA for 3a876c9
ct/unifi.sh
@@ -58,8 +58,8 @@ check_container_storage
58
check_container_resources
59
if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
60
msg_info "Updating ${APP}"
61
-apt-get update --allow-releaseinfo-change
62
-apt-get install -y unifi
+apt-get update --allow-releaseinfo-change &>/dev/null
+apt-get install -y unifi &>/dev/null
63
msg_ok "Updated Successfully"
64
exit
65
}
0 commit comments