Browse Source

update start.sh in order to compatible with supervisor

codeskyblue 10 years ago
parent
commit
9a3e1790a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -8,8 +8,8 @@
 IFS=' 
 	'
 PATH=/bin:/usr/bin:/usr/local/bin
-HOME=${HOME:?"need \$HOME variable"}
 USER=$(whoami)
+HOME=$(grep "^$USER:" /etc/passwd | cut -d: -f6)
 export USER HOME PATH
 
 cd "$(dirname $0)" && exec ./gogs web