mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-10-27 09:36:05 +01:00
update-9.06
This commit is contained in:
@@ -41,9 +41,6 @@ if [ $? -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e /%1 ] ; then
|
|
||||||
rm -f /%1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# echo " dns-nameservers 1.1.1.1 " >> /etc/network/interfaces
|
# echo " dns-nameservers 1.1.1.1 " >> /etc/network/interfaces
|
||||||
else
|
else
|
||||||
@@ -53,9 +50,12 @@ fi
|
|||||||
if [ -e /%1 ] ; then
|
if [ -e /%1 ] ; then
|
||||||
rm -f /%1
|
rm -f /%1
|
||||||
fi
|
fi
|
||||||
|
if [ -e /home/root/%1 ] ; then
|
||||||
|
rm -f /home/root/%1
|
||||||
|
fi
|
||||||
|
|
||||||
echo "!!!_____([NEOBOOT] used userscript)_____!!! "
|
echo "!!!_____([NEOBOOT] used userscript)_____!!! "
|
||||||
echo ok
|
echo ok
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user