usar la opción correcta para instalar archivos

This commit is contained in:
fauno 2024-07-03 10:48:16 -03:00
parent 57757bbce7
commit 23b423b204

View File

@ -84,7 +84,7 @@ test -d /etc/logrotate.d && \
# Instalar el script de reconexión de tincd
test -d /etc/NetworkManager/dispatcher.d && \
${sudo} install -dm 750 -o root -g root ${RAP_SKELDIR}/50_tincd /etc/NetworkManager/dispatcher.d/
${sudo} install -Dm 750 -o root -g root ${RAP_SKELDIR}/50_tincd /etc/NetworkManager/dispatcher.d/
# Recargar los cambios en la configuración
if pgrep tincd &>/dev/null; then