mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
firmware: this made things worse
This commit is contained in:
parent
29b383c33b
commit
e914148f43
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user