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" ];