Update setup.sh

This commit is contained in:
Tiago D J 2020-01-10 18:33:09 -03:00 committed by GitHub
parent 2949376719
commit 10ad94e92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ set -x
cd "$(dirname "$0")"
useradd bbb
useradd bbb --uid 1099 -s /bin/bash
mkdir /home/bbb
chown bbb /home/bbb
echo "bbb ALL=(ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/bbb