pandora-first-run-wizard: fix 'not first run' message
[openpandora.oe.git] / recipes / pandora-system / pandora-first-run-wizard / op_startup.sh
index 86bd9b3..8d55c2b 100644 (file)
@@ -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