chown `/use/lib/tor-browser` during user creation

closes #7
pull/9/head
Sameer Naik 8 years ago
parent 6d52f0d91e
commit fcbbd5f82e

@ -79,6 +79,9 @@ create_user() {
adduser --disabled-login --uid ${USER_UID} --gid ${USER_GID} \ adduser --disabled-login --uid ${USER_UID} --gid ${USER_GID} \
--gecos 'Browser Box' ${BROWSER_BOX_USER} --gecos 'Browser Box' ${BROWSER_BOX_USER}
fi fi
# fixes issue #7
chown -R ${BROWSER_BOX_USER}: /usr/lib/tor-browser
} }
grant_access_to_video_devices() { grant_access_to_video_devices() {

Loading…
Cancel
Save