Update n-manager.sh

This commit is contained in:
Script Proyect by HP3ICC 2024-12-01 04:01:50 +00:00
parent c7a9a67404
commit 1f6e9fedfa
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
#!/bin/bash
# Nombre del script
SCRIPT_NAME="n-manager.sh"
# Registra el inicio en /opt/curl.txt
echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt
# Verificar si es un VPS o máquina virtual
if grep -q "hypervisor" /proc/cpuinfo || dmesg | grep -iq "virtual" || [ -f /proc/xen/capabilities ]; then
echo "VPS no Instalado: $SCRIPT_NAME" >> /opt/curl.txt