diff options
-rwxr-xr-x | prog/jelka/chroot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prog/jelka/chroot.sh b/prog/jelka/chroot.sh index 3d92d2c..f1db05b 100755 --- a/prog/jelka/chroot.sh +++ b/prog/jelka/chroot.sh @@ -1,5 +1,6 @@ -#!/bin/sh +#!/bin/bash set -xeuo pipefail +mkdir -p $2 mount -t tmpfs -o nr_blocks=1,mode=0755 tmp $2 if [ x$1 = xstart ] then |