Revert "wall announcements at beginning/end of upgrade script"

This reverts commit 9acc13c1cb.

wall is broken so it's pretty useless to send an announcement over wall
This commit is contained in:
Anthony Wang 2024-04-20 03:05:06 +00:00
parent a77273488a
commit bd4c0d82bc
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -2,8 +2,6 @@
# Perform a full system upgrade
wall "The server will reboot in 5 minutes to install upgrades!"
# Clean up Nix store
sudo nix-collect-garbage
sudo nix-store --optimize
@ -21,5 +19,3 @@ export NEXTCLOUD_PHP=/usr/bin/php
export NEXTCLOUD_PHP_CONFIG=/etc/php/php.ini
occ upgrade
occ app:update --all
wall "The server will reboot NOW to install upgrades!"