瀏覽代碼

Update 'gogs/LXC-RockyLinux.md'

minor change to database creation
Michael Honkoop 8 月之前
父節點
當前提交
cad5985921
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 ```