This commit is contained in:
ValdikSS 2022-01-09 17:27:26 +03:00
parent 0ad90c7ef7
commit bcc7f08832

View File

@ -94,10 +94,10 @@ function create_partitions() {
else else
echo "${bold} == create_partitions: INTERNAL ERROR ==${normal}" echo "${bold} == create_partitions: INTERNAL ERROR ==${normal}"
exit 102 exit 102
fi
# Wait 1 second to settle new partition table # Wait 1 second to settle new partition table
# See bug #24 # See bug #24
sleep 1 sleep 1
fi
} }
function get_dev_partition_num() { function get_dev_partition_num() {