Enhancing speed for compilation
This commit is contained in:
parent
ec33a70acd
commit
476b30fb20
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue