mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
Finish new home page of organization
This commit is contained in:
@ -12,4 +12,4 @@ USER=$(whoami)
|
||||
HOME=$(grep "^$USER:" /etc/passwd | cut -d: -f6)
|
||||
export USER HOME PATH
|
||||
|
||||
cd "$(dirname $0)" && exec ./gogs web
|
||||
cd "$(pwd)" && exec ./gogs web
|
||||
|
Reference in New Issue
Block a user