11 lines
166 B
Plaintext
Raw Permalink Normal View History

2025-05-30 06:21:54 -06:00
#!/bin/bash
reboot_src () {
bot_retorno="$LINE\n"
bot_retorno+="Reiniciando servidor VPS\n"
bot_retorno+="$LINE\n"
msj_fun
sleep 2
sudo reboot
}