Skip to content

Commit

Permalink
Set a password for user "user".
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Jan 12, 2021
1 parent 8c340d8 commit b596ffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/postinst
Expand Up @@ -26,6 +26,8 @@ if ! id -u "$user" 2>/dev/null; then
mkdir -p "$i"
chown user:user "$i"
done

echo "user:user" | chpasswd
fi

mkdir -p /var/lib/dsme
Expand Down

0 comments on commit b596ffc

Please sign in to comment.