mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Update install/ghost-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
parent
695460a471
commit
0085682ed7
@ -64,7 +64,7 @@ msg_ok "Installed Ghost CLI"
|
|||||||
|
|
||||||
|
|
||||||
# Create a new user for Ghost
|
# Create a new user for Ghost
|
||||||
msg_info "Creating ghost-user"
|
msg_info "Creating Service"
|
||||||
$STD adduser --disabled-password --gecos "Ghost user" ghost-user
|
$STD adduser --disabled-password --gecos "Ghost user" ghost-user
|
||||||
$STD usermod -aG sudo ghost-user
|
$STD usermod -aG sudo ghost-user
|
||||||
echo "ghost-user ALL=(ALL) NOPASSWD:ALL" | tee /etc/sudoers.d/ghost-user
|
echo "ghost-user ALL=(ALL) NOPASSWD:ALL" | tee /etc/sudoers.d/ghost-user
|
||||||
|
Loading…
Reference in New Issue
Block a user