From 8dd07c0ddd99ae626a1ec8c06f75f27fed51269f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 26 Jul 2014 00:24:27 -0400 Subject: New UI merge in progress --- 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 709a10265a..0000000000 --- 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 -USER=$(whoami) -HOME=$(grep "^$USER:" /etc/passwd | cut -d: -f6) -export USER HOME PATH - -cd "$(dirname $0)" && exec ./gogs web -- cgit v1.2.3