Add exec permission
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user