Update iNB.sh

This commit is contained in:
gutosie
2021-12-24 22:46:25 +02:00
committed by GitHub
parent 1a5b6c55d0
commit c7c45e23b7

4
iNB.sh
View File

@@ -59,15 +59,13 @@ if [ $PL ] ; then
else
echo ""
echo "#####################################################"
echo "# NEOBOOT INSTALLED SUCCESSFULLY #"
echo "# >>> NEOBOOT INSTALLED SUCCESSFULLY <<< #"
echo "#####################################################"
echo ""
fi
echo " ----- Restart Enigma2 GUI ... ----- "
chattr +i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.py
sleep 2
[ $PL ] && echo "Gotowe !" || echo "Done !"
sleep 2
if [ $OS = 'DreamOS' ]; then
systemctl restart enigma2
else