From 19537e256b49e5aa0452f64f3230eda7de043785 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 13 Dec 2015 19:43:11 +0200 Subject: [PATCH 1/1] first-run-wizard: correct a stray space --- .../pandora-system/pandora-first-run-wizard/first-run-wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index 5b18906..828b53d 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -127,7 +127,7 @@ done echo $hostname > /etc/hostname -hostname =$(sed 's/ /_/g' /etc/hostname) +hostname=$(sed 's/ /_/g' /etc/hostname) echo $hostname > /etc/hostname echo "127.0.0.1 localhost.localdomain localhost $hostname" > /etc/hosts hostname -F /etc/hostname -- 2.39.2