Index: experimental/webtry/setup/webtry_setup.sh |
diff --git a/experimental/webtry/setup/webtry_setup.sh b/experimental/webtry/setup/webtry_setup.sh |
index 818135276cb2cf127abac94c2442ed3945dfd067..43f0adc1952898d465f213a8851ea9ec53905200 100755 |
--- a/experimental/webtry/setup/webtry_setup.sh |
+++ b/experimental/webtry/setup/webtry_setup.sh |
@@ -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 |