From: Grazvydas Ignotas Date: Fri, 5 Aug 2011 15:22:45 +0000 (+0300) Subject: pandora-first-run-wizard: fix 'not first run' message X-Git-Tag: sz_beta3~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c8d260958cc35f79eadd75aca5652711c2d314;p=openpandora.oe.git pandora-first-run-wizard: fix 'not first run' message Reported-by: Klaus Brinkmann --- diff --git a/recipes/pandora-system/pandora-first-run-wizard/op_startup.sh b/recipes/pandora-system/pandora-first-run-wizard/op_startup.sh index 86bd9b3..8d55c2b 100644 --- a/recipes/pandora-system/pandora-first-run-wizard/op_startup.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/op_startup.sh @@ -3,4 +3,4 @@ OP_CHECKFILE='/etc/pandora/first-boot' OP_FIRSTRUN='xinit /usr/pandora/scripts/first-run-wizard.sh' -[ -f $OP_CHECKFILE ] && echo "\nOP_STARTUP: $OP_CHECKFILE exists, not first boot." || $OP_FIRSTRUN +[ -f $OP_CHECKFILE ] && echo -e "\nOP_STARTUP: $OP_CHECKFILE exists, not first boot." || $OP_FIRSTRUN