mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-18 16:38:24 +02:00
Update setup.sh
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -21,7 +21,7 @@ set -x
|
|||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
useradd bbb
|
useradd bbb --uid 1099 -s /bin/bash
|
||||||
mkdir /home/bbb
|
mkdir /home/bbb
|
||||||
chown bbb /home/bbb
|
chown bbb /home/bbb
|
||||||
echo "bbb ALL=(ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/bbb
|
echo "bbb ALL=(ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/bbb
|
||||||
|
Reference in New Issue
Block a user