소스 검색

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
 ```