Commit 9d89453d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Oculta salida de comando chown

parent 5cb10644
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};
        chown -R root:root ${ES_CERT_PATH} > /dev/null;
        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!";