From: Unknwon Date: Tue, 3 Feb 2015 17:42:34 +0000 (-0500) Subject: scripts: remove confuse scripts X-Git-Tag: v0.9.99~1501^2^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5589445557b512e5f8f6b2930ab0f15dcf624bfb;p=gitea.git scripts: remove confuse scripts --- diff --git a/scripts/start.bat b/scripts/start.bat deleted file mode 100644 index dfe84c0f85..0000000000 --- a/scripts/start.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -..\\gogs.exe web diff --git a/scripts/start.sh b/scripts/start.sh index 997b5fc272..9c05dc97ee 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -3,7 +3,7 @@ # Use of this source code is governed by a MIT-style # license that can be found in the LICENSE file. # -# start gogs web +# MUST EXECUTE THIS AT ROOT DIRECTORY: ./scripts/start.sh # IFS=' '