mirror of https://github.com/aredn/aredn.git
bugfix: sysupgrade no longer supports -d option
This commit is contained in:
parent
9fd3f30934
commit
d66a7e8842
|
@ -7,6 +7,7 @@ then
|
|||
fi
|
||||
|
||||
|
||||
/sbin/sysupgrade -d 7 -f /tmp/arednsysupgradebackup.tgz -q "$1" 2>&1
|
||||
sleep 7
|
||||
/sbin/sysupgrade -f /tmp/arednsysupgradebackup.tgz -q "$1" 2>&1
|
||||
|
||||
rc=$?; if [ $rc != 0 ]; then /sbin/reboot; fi
|
||||
|
|
Loading…
Reference in New Issue