server_reboot

server_reboot
Linux December 10, 2025 36 Views

#!/bin/bash

# Gracefully reboot the server
sudo /sbin/reboot

Leave a Comment