Add exec permission

main
root 2025-05-22 12:30:59 +02:00
parent aad14e85ce
commit c9273a7224
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ INSTALL_DIR="/opt/proxmox-node-config"
echo "==> Instalando watchdog de red..." echo "==> Instalando watchdog de red..."
# Copiar archivos systemd # Copiar archivos systemd
cp "$INSTALL_DIR/$SERVICE_NAME" /etc/systemd/system/ cp "$INSTALL_DIR/systemd/$SERVICE_NAME" /etc/systemd/system/
cp "$INSTALL_DIR/$TIMER_NAME" /etc/systemd/system/ cp "$INSTALL_DIR/systemd/$TIMER_NAME" /etc/systemd/system/
# Asegurar permisos de ejecución en el script # Asegurar permisos de ejecución en el script
chmod +x "$INSTALL_DIR/$SCRIPT_NAME" chmod +x "$INSTALL_DIR/$SCRIPT_NAME"