Explorar el Código

Update 'gogs/LXC-RockyLinux.md'

minor change to database creation
Michael Honkoop hace 8 meses
padre
commit
cad5985921
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gogs/LXC-RockyLinux.md

+ 1 - 1
gogs/LXC-RockyLinux.md

@@ -122,7 +122,7 @@ Thanks for using MariaDB!
 ```
 
 ###### 
-Create database and populate it for GOGS
+Create database for GOGS
 ```
 mysql -u root < /opt/gogs/scripts/mysql.sql
 ```