From 83c8d260958cc35f79eadd75aca5652711c2d314 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 5 Aug 2011 18:22:45 +0300 Subject: [PATCH] pandora-first-run-wizard: fix 'not first run' message Reported-by: Klaus Brinkmann --- recipes/pandora-system/pandora-first-run-wizard/op_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5