1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

hostname foireux

This commit is contained in:
magikcypress 2017-03-08 02:02:01 +01:00
parent f446fb9129
commit e020d19098

View file

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