Commit ea5c31fd authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Revert "Oculta salida de comando chown"

This reverts commit 9d89453d.
parent beef5bf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ services:
          echo "Found previous certs, omitting creation";
        fi;
        echo "Setting file permissions";
        chown -R root:root ${ES_CERT_PATH} > /dev/null;
        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;
        echo "All done!";