ソースを参照

Function check

Bob Mottram 9 年 前
コミット
fff4719fd7
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-gogs

+ 1
- 1
src/freedombone-app-gogs ファイルの表示

@@ -400,7 +400,7 @@ function install_gogs {
400 400
     function_check get_mariadb_password
401 401
     get_mariadb_password
402 402
 
403
-    function_check
403
+    function_check gogs_create_database
404 404
     gogs_create_database
405 405
 
406 406
     if [ ! -f /home/$GOGS_USERNAME/scripts/mysql.sql ]; then