Skip to content

Commit 3a876c9

Browse files
Update Script: Unifi (#688)
1 parent 5c3fe0e commit 3a876c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/unifi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ check_container_storage
5858
check_container_resources
5959
if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
6060
msg_info "Updating ${APP}"
61-
apt-get update --allow-releaseinfo-change
62-
apt-get install -y unifi
61+
apt-get update --allow-releaseinfo-change &>/dev/null
62+
apt-get install -y unifi &>/dev/null
6363
msg_ok "Updated Successfully"
6464
exit
6565
}

0 commit comments

Comments
 (0)