OpenGnsys icon indicating copy to clipboard operation
OpenGnsys copied to clipboard

OpenGnsys (pronounced Open Genesis) is a free and open source project that provides tools for managing and deploying different operating systems.

Results 4 OpenGnsys issues
Sort by recently updated
recently updated
newest added

Estimado equipo Opengnsys, Le escribimos desde INCIBE (https://www.incibe.es), el Instituto Nacional de Ciberseguridad de España, sobre unas vulnerabilidades reportadas por un investigador externo en uno de sus productos. Participamos en...

Dear @opengnsys team, @rgomezlabra, @irinagomez, @opengnsys-soleta, @albertogpuma, @javsanpar, @robertohueso, @pvxe, @antoniodoblas, @danigm, @carreraj, @joalroyo, @iarrans, @diegocrequi, @profedotc, It is possible to migrate the personal account to organization? Converting: - https://help.github.com/articles/converting-a-user-into-an-organization/...

Sería añadir comillas a las variables: $variable --> "$variable" Esta es la explicación de esto: https://github.com/koalaman/shellcheck/wiki/SC2086 Adjunto archivo corregido https://github.com/opengnsys/OpenGnsys/blob/69fd9c1714660848714351e95a7f28aee115c723/installer/opengnsys_import.sh#L25 PROG="$(basename "$0")" https://github.com/opengnsys/OpenGnsys/blob/69fd9c1714660848714351e95a7f28aee115c723/installer/opengnsys_import.sh#L67 "$options" https://github.com/opengnsys/OpenGnsys/blob/69fd9c1714660848714351e95a7f28aee115c723/installer/opengnsys_import.sh#L98 "$MYCNF" https://github.com/opengnsys/OpenGnsys/blob/69fd9c1714660848714351e95a7f28aee115c723/installer/opengnsys_import.sh#L110 "$LOG_FILE" https://github.com/opengnsys/OpenGnsys/blob/69fd9c1714660848714351e95a7f28aee115c723/installer/opengnsys_import.sh#L111 echo...