diff options
Diffstat (limited to '.ci-make.sh')
| -rwxr-xr-x | .ci-make.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci-make.sh b/.ci-make.sh index 83b1de3..e20e74f 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -125,7 +125,7 @@ case "$1" in  		apt install "$3"  		sudo -u forgejo USER=forgejo \  			HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo \ -			forgejo --web --config /etc/fogejo/app.ini & +			forgejo web --config /etc/fogejo/app.ini &  		sleep 10  		curl http://localhost:3000/  		exit $?  | 
