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:
parent
f446fb9129
commit
e020d19098
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue