Feature request: Remember configuration after upgrade
Posted: Mon Dec 05, 2011 1:09 pm
Could this at least get added as an option:
/www/utility/do_upgrade.sh
change line 47
into
This is only the removal of an '-n', that makes sysupgrade disable the remembering of the configuration.
I would still recommend to make a backup first, but besides the name of the router, have I not found any trouble.
http://www.gargoyle-router.com/phpbb/vi ... 8453#p8453
/www/utility/do_upgrade.sh
change line 47
Code: Select all
/sbin/sysupgrade -n /tmp/up/upgrade 2>&1 | awk ' $0 ~ /eboot/ { print "<script type=\"text/javascript\">top.upgraded();</script></body></html>" ; } '
Code: Select all
/sbin/sysupgrade /tmp/up/upgrade 2>&1 | awk ' $0 ~ /eboot/ { print "<script type=\"text/javascript\">top.upgraded();</script></body></html>" ; } '
I would still recommend to make a backup first, but besides the name of the router, have I not found any trouble.
http://www.gargoyle-router.com/phpbb/vi ... 8453#p8453