mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
silencing user creation
This commit is contained in:
parent
ec0893d90e
commit
f4ba569f7e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ chmod +x /usr/local/bin/gitea
|
|||
msg_info "Installed Gitea"
|
||||
|
||||
msg_info "Creating Gitea user"
|
||||
adduser --system --group --disabled-password --home /etc/gitea gitea
|
||||
adduser --system --group --disabled-password --home /etc/gitea gitea > /dev/null 2>&1
|
||||
|
||||
msg_info "Creating directory structure"
|
||||
mkdir -p /var/lib/gitea/{custom,data,log}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue