Update iNB.sh

This commit is contained in:
gutosie
2025-12-05 15:45:24 +02:00
committed by GitHub
parent aaa8404bd5
commit 79a6a0ded4

5
iNB.sh
View File

@@ -81,6 +81,11 @@ if [ ! -e /.multinfo ]; then
chmod -R +x ./ubi_reader_arm/* chmod -R +x ./ubi_reader_arm/*
chmod -R +x ./ubi_reader_mips/* chmod -R +x ./ubi_reader_mips/*
fi fi
if [ -f /etc/fstab.org ] ; then
rm -r /etc/fstab; mv /etc/fstab.org /etc/fstab
fi
if [ $PL ] ; then if [ $PL ] ; then
echo "" echo ""
echo "#####################################################" echo "#####################################################"