We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f7460 commit 5ef4b28Copy full SHA for 5ef4b28
1 file changed
build.sh
@@ -59,6 +59,13 @@ if [ "$(ls -A $MODULESPATH)" ]; then
59
rm -r $MODULESPATH*
60
fi
61
62
+# Removing dev bindings
63
+if [ -e $DEVURANDOM ]; then
64
+ echo -e "/dev/ bindings found: $DEVURANDOM. Unmounting...\n"
65
+ umount $DEVURANDOM || echo -e "Not mounted. \n"
66
+ rm $DEVURANDOM
67
+fi
68
+
69
70
# Check if console character file exist
71
if [ ! -e $DEVCONSOLE ]; then
0 commit comments