mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
lxc-forgejo: Prefix 'adduser' with STD
This commit is contained in:
parent
6b222b9ab8
commit
f6ca207f58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue