Updating trace file after uploading 1.3.
[tails-test.git] / config / chroot_local-hooks / 06-adduser_vidalia
blob37d2a3eb4b55e586526071c46c6c08b0b1d174c9
1 #!/bin/sh
3 set -e
5 # Create the vidalia user.
7 # We run vidalia under this user,
8 # which belongs to the debian-tor group.
10 echo "Creating the vidalia user"
12 adduser --system --quiet --group --no-create-home vidalia
13 adduser vidalia debian-tor
14 chown -R vidalia:vidalia /home/vidalia