Commit af5679fe authored by Franco Fichtner's avatar Franco Fichtner

rc: move restore to "initial" section

(cherry picked from commit 81e205f7)
parent 61726104
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
/usr/local/etc/rc.initial.password /usr/local/etc/rc.initial.password
/usr/local/etc/rc.initial.ping /usr/local/etc/rc.initial.ping
/usr/local/etc/rc.initial.reboot /usr/local/etc/rc.initial.reboot
/usr/local/etc/rc.initial.restore
/usr/local/etc/rc.initial.setlanip /usr/local/etc/rc.initial.setlanip
/usr/local/etc/rc.initial.setports /usr/local/etc/rc.initial.setports
/usr/local/etc/rc.installer /usr/local/etc/rc.installer
...@@ -131,7 +132,6 @@ ...@@ -131,7 +132,6 @@
/usr/local/etc/rc.reload_interfaces /usr/local/etc/rc.reload_interfaces
/usr/local/etc/rc.resolv_conf_generate /usr/local/etc/rc.resolv_conf_generate
/usr/local/etc/rc.restart_webgui /usr/local/etc/rc.restart_webgui
/usr/local/etc/rc.restore_config_backup
/usr/local/etc/rc.sshd /usr/local/etc/rc.sshd
/usr/local/etc/rc.syshook /usr/local/etc/rc.syshook
/usr/local/etc/rc.update_alias_url_data /usr/local/etc/rc.update_alias_url_data
......
...@@ -82,7 +82,7 @@ case ${OPCODE} in ...@@ -82,7 +82,7 @@ case ${OPCODE} in
/usr/local/etc/rc.initial.firmware /usr/local/etc/rc.initial.firmware
;; ;;
13) 13)
/usr/local/etc/rc.restore_config_backup /usr/local/etc/rc.initial.restore
;; ;;
*) *)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment