some terminal stuff

This commit is contained in:
2026-02-12 22:22:42 +01:00
parent 8f525e3c52
commit d28ae30327
10 changed files with 1056 additions and 569 deletions
-1
View File
@@ -23,6 +23,5 @@ for mp in $mount_points; do
echo "Unmounting $mp"
sudo umount "$mp" || {
echo "Failed to unmount $mp"
exit 1
}
done