firmware: this made things worse

This commit is contained in:
Franco Fichtner 2019-07-12 06:52:15 +02:00
parent 29b383c33b
commit e914148f43

View File

@ -1,10 +1,5 @@
#!/bin/sh
mkdir -p /etc/rc.conf.d
# disable configd so that no backend command will execute
echo 'configd_enable="NO"' > /etc/rc.conf.d/configd
# Perform major updates
for STAGE in B P; do
if opnsense-update -${STAGE}; then
@ -12,6 +7,3 @@ for STAGE in B P; do
reboot
fi
done
# bring back configd, slightly better than deleting file
echo 'configd_enable="YES"' > /etc/rc.conf.d/configd