Skip to content

Commit

Permalink
fs/install: add a debug point
Browse files Browse the repository at this point in the history
  • Loading branch information
Maccraft123 committed Nov 14, 2024
1 parent 6c5043b commit 294c821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/install
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ if [ $INSTMED != this ]; then
umount /mnt2
umount /mnt
;;
*)
echo "Reached unreachable point"
exit 1
;;
esac

# force rescan partitions
Expand Down

0 comments on commit 294c821

Please sign in to comment.