Add a line to unount all the snap loop devices

This commit is contained in:
Arif Ali 2020-06-10 12:04:45 +00:00
parent c6a6912094
commit a9da535031

View File

@ -2,7 +2,11 @@
. CONFIG
# stop unnecessary services
sudo systemctl stop ${SERVICES}
# Unmount all the snap loop devices
for mount in $(df -h | grep loop.*snap | awk '{print $6}'); do sudo umount $mount; done
cd ${SCRIPTSDIR}/../configs
${WORKDIR}/hpl-2.3/bin/rpi4-mpich/xhpl