diff --git a/src/etc/rc.initial b/src/etc/rc.initial index 486ab472a..4da2348f4 100755 --- a/src/etc/rc.initial +++ b/src/etc/rc.initial @@ -87,7 +87,7 @@ case ${OPCODE} in /usr/local/etc/rc.initial.firmware ;; 13) - if [ -n "{OPT_RESTORE}" ]; then + if [ -n "${OPT_RESTORE}" ]; then /usr/local/etc/rc.initial.restore fi ;;