Add exec permission

This commit is contained in:
root
2025-05-22 12:30:59 +02:00
parent aad14e85ce
commit c9273a7224
+2 -2
View File
@@ -8,8 +8,8 @@ INSTALL_DIR="/opt/proxmox-node-config"
echo "==> Instalando watchdog de red..."
# Copiar archivos systemd
cp "$INSTALL_DIR/$SERVICE_NAME" /etc/systemd/system/
cp "$INSTALL_DIR/$TIMER_NAME" /etc/systemd/system/
cp "$INSTALL_DIR/systemd/$SERVICE_NAME" /etc/systemd/system/
cp "$INSTALL_DIR/systemd/$TIMER_NAME" /etc/systemd/system/
# Asegurar permisos de ejecución en el script
chmod +x "$INSTALL_DIR/$SCRIPT_NAME"