From e79d58d033185b1d46853bf0598b32bdbbcabe9a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 22 May 2017 10:33:54 +0200 Subject: [PATCH] rc: yeah, that is true, but not helpful :) --- src/etc/rc.initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;