From e020d190989c5fb5451567256970795e8440953a Mon Sep 17 00:00:00 2001 From: magikcypress Date: Wed, 8 Mar 2017 02:02:01 +0100 Subject: [PATCH] hostname foireux --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9f45b9a..a645942 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ sudo apt-get update sudo apt-get install -y mopidy # Copy configuration -ip_local=$(echo hostname -I | awk '{ print $1 }') +ip_local=$(hostname -I | awk '{ print $1 }') sudo sed -i "s@__IPLOCAL__@$ip_local@g" ../conf/mopidy.conf if [ -n "$spotify_user" ];