Enhancing speed for compilation

This commit is contained in:
Adrien Bourmault 2019-03-09 20:44:36 +01:00
parent ec33a70acd
commit 476b30fb20
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ CL3='\033[0m'
NC='\033[1;37m' NC='\033[1;37m'
set -e #exit if error set -e #exit if error
sleep 3 #sleep 3
sync
echo ${CL2}[umount.sh]${NC} Unmounting volume... \(umount\)${CL3} echo ${CL2}[umount.sh]${NC} Unmounting volume... \(umount\)${CL3}
sudo umount $1 sudo umount $1
echo ${CL2}[umount.sh]${NC} Unmounting image... \(losetup\)${CL3} echo ${CL2}[umount.sh]${NC} Unmounting image... \(losetup\)${CL3}