This commit is contained in:
crystal 2024-03-23 12:50:19 -06:00
parent 8f030778e0
commit de74368c1b
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -124,7 +124,7 @@ case "$1" in
apt update -qq
apt upgrade -y
apt update -qq
apt install "$3"
apt install -y "$3"
sudo -u forgejo USER=forgejo \
HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo \
forgejo web -q --config /etc/fogejo/app.ini &