2025-05-30 07:35:05 -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
}