first-run-wizard: correct a stray space
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 13 Dec 2015 17:43:11 +0000 (19:43 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 13 Dec 2015 17:43:11 +0000 (19:43 +0200)
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index 5b18906..828b53d 100755 (executable)
@@ -127,7 +127,7 @@ done
 
 
 echo $hostname > /etc/hostname
 
 
 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
 echo $hostname > /etc/hostname
 echo "127.0.0.1 localhost.localdomain localhost $hostname" > /etc/hosts
 hostname -F /etc/hostname