@@ -0,0 +1,17 @@
#!/bin/bash
echo 'Creating backup of database file...'
./data_backup.sh
echo 'Rebuilding server...'
git pull
zig build
echo 'Restarting systemd...'
sudo systemctl restart zerver
systemctl status zerver
The note is not visible to the blocked user.