removed 2 echo statements: these are not needed, we are already on debug mode with set -x

This commit is contained in:
Bastian Bittorf 2021-01-13 06:04:03 +01:00
parent e967d2f5a9
commit 71178cf8ec

View file

@ -9,7 +9,6 @@ pushd sysa
# SYSTEM A
# Setup tmp
echo "trying to mount ramdisk/tmpfs: size 8G"
mkdir -p tmp/
sudo mount -t tmpfs -o size=8G tmpfs tmp
@ -134,5 +133,4 @@ fi
cd ../..
# Cleanup
echo "trying to unmount ramdisk/tmpfs, abort with CTRL+C"
sudo umount sysa/tmp