1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

file test before remove

This commit is contained in:
Jerry Vonau 2020-08-06 10:38:20 -05:00
parent 6e284ee493
commit 18cd3c8d1b

View file

@ -38,6 +38,8 @@ if [ "$WARN" = "1" ]; then
#echo "rebooting..."
#reboot
else
rm /.fw_replaced
if [ -f /.fw_replaced ]; then
rm /.fw_replaced
fi
fi
exit 0