Skip to content

Commit

Permalink
Rename ssh group to sshuser.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Nov 23, 2023
1 parent b9c957a commit 64db4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023m33b
2023m33c
2 changes: 1 addition & 1 deletion src/shared/sh/defaults.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Configure default root password
groupadd -f ssh
groupadd -f sshuser
if [ "$MODE_NATIVE" != "1" ]; then
echo "root:root" | chpasswd
fi
Expand Down

0 comments on commit 64db4cd

Please sign in to comment.