From f6ca207f585501ccbb0262c537074692ca189241 Mon Sep 17 00:00:00 2001 From: barremian Date: Wed, 29 May 2024 00:04:27 +0200 Subject: [PATCH] lxc-forgejo: Prefix 'adduser' with STD --- install/forgejo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/forgejo-install.sh b/install/forgejo-install.sh index 5cbc76a1..74490958 100644 --- a/install/forgejo-install.sh +++ b/install/forgejo-install.sh @@ -30,7 +30,7 @@ ln -sf /opt/forgejo/forgejo-$RELEASE-linux-amd64 /usr/local/bin/forgejo msg_ok "Installed Forgejo" msg_info "Setting up Forgejo" -adduser --system --shell /bin/bash --gecos 'Git Version Control' --group --disabled-password --home /home/git git +$STD adduser --system --shell /bin/bash --gecos 'Git Version Control' --group --disabled-password --home /home/git git mkdir /var/lib/forgejo chown git:git /var/lib/forgejo && chmod 750 /var/lib/forgejo mkdir /etc/forgejo