X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-first-run-wizard%2Ffirst-run-wizard.sh;h=828b53da589da7ac126f7048e35084436758f13e;hp=5b18906a8df7ea13ef9302f3a09752a6207ae316;hb=19537e256b49e5aa0452f64f3230eda7de043785;hpb=8245c24a864f2effd649b9e9afa147403ed958cb 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