fix sudo redirection in setup script
BUG=skia: Review URL: https://codereview.chromium.org/618013004
This commit is contained in:
parent
3b8af07828
commit
149366e884
@ -29,7 +29,7 @@ if [ ! -d ${CHROOT_JAIL} ]; then
|
||||
sudo cp setup_jail.sh ${CHROOT_JAIL}/bin
|
||||
sudo chmod 755 ${CHROOT_JAIL}/bin/setup_jail.sh
|
||||
sudo chroot ${CHROOT_JAIL} /bin/setup_jail.sh
|
||||
sudo echo "none /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0" >> ${CHROOT_JAIL}/etc/fstab
|
||||
sudo sh -c "echo 'none /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0' >> ${CHROOT_JAIL}/etc/fstab"
|
||||
fi
|
||||
|
||||
# the continue_install script will fetch the latest versions of
|
||||
|
Loading…
Reference in New Issue
Block a user