diff options
author | skyblue <ssx205@gmail.com> | 2014-04-05 22:52:24 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-05 22:52:24 +0800 |
commit | c22d3503fd65ec95fd215b395be059392bf90d87 (patch) | |
tree | c0ec2b4cd2bae6ce4f8e02e3dcc14add74658fb8 /start.sh | |
parent | a92826a8feee904440d86fd851ac4ecce35520fd (diff) | |
parent | ce350a737a63aeb4e2ca5924adf28862a6a6cfb1 (diff) |
add oauth2 table init
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ #!/bin/bash - # +# Copyright 2014 The Gogs Authors. All rights reserved. +# Use of this source code is governed by a MIT-style +# license that can be found in the LICENSE file. +# # start gogs web # cd "$(dirname $0)" |