2025-05-29 18:03:58 -06:00

11 lines
166 B
Bash
Executable File

#!/bin/bash
reboot_src () {
bot_retorno="$LINE\n"
bot_retorno+="Reiniciando servidor VPS\n"
bot_retorno+="$LINE\n"
msj_fun
sleep 2
sudo reboot
}