Commit 6e895b8e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Revert "Oculta salida de comandos find"

This reverts commit 5cb10644.
parent ea5c31fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,8 +101,8 @@ services:
        fi;
        echo "Setting file permissions";
        chown -R root:root ${ES_CERT_PATH};
        find ${ES_CERT_PATH} -type d -exec chmod 750 \{\} \; > /dev/null;
        find ${ES_CERT_PATH} -type f -exec chmod 640 \{\} \; > /dev/null;
        find ${ES_CERT_PATH} -type d -exec chmod 750 \{\} \;;
        find ${ES_CERT_PATH} -type f -exec chmod 640 \{\} \;;
        echo "All done!";
      '
    environment: