summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-02-03 12:42:34 -0500
committerAlexey Makhov <makhov.alex@gmail.com>2015-02-04 12:36:40 +0300
commit5589445557b512e5f8f6b2930ab0f15dcf624bfb (patch)
tree6b5b8ddb038d49ea5a4894a8b3c285acfbce2167
parent43bf94e1aa364615e9082c3ab6e13b6068fac8ee (diff)
downloadgitea-5589445557b512e5f8f6b2930ab0f15dcf624bfb.tar.gz
gitea-5589445557b512e5f8f6b2930ab0f15dcf624bfb.zip
scripts: remove confuse scripts
-rw-r--r--scripts/start.bat2
-rwxr-xr-xscripts/start.sh2
2 files changed, 1 insertions, 3 deletions
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='
'