From f3ed11d177d76bcb1850c6670c1516d25a66eb2c Mon Sep 17 00:00:00 2001 From: zhsso Date: Thu, 10 Apr 2014 14:20:01 -0400 Subject: mistakes --- start.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 start.sh (limited to 'start.sh') diff --git a/start.sh b/start.sh deleted file mode 100755 index 3b974378..00000000 --- a/start.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# 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 -# -IFS=' - ' -PATH=/bin:/usr/bin:/usr/local/bin -HOME=${HOME:?"need \$HOME variable"} -USER=$(whoami) -export USER HOME PATH - -cd "$(dirname $0)" && exec ./gogs web -- cgit v1.2.3