Add exec permission
parent
aad14e85ce
commit
c9273a7224
4
setup.sh
4
setup.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue