mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Arf, mauvaise suppression
This commit is contained in:
parent
91440ad8a9
commit
62000e5851
1 changed files with 3 additions and 4 deletions
|
@ -49,7 +49,6 @@ sudo apt-get update
|
||||||
sudo apt-get install -y mopidy
|
sudo apt-get install -y mopidy
|
||||||
|
|
||||||
# Copy configuration
|
# Copy configuration
|
||||||
sudo rm -fr /root/.config/mopidy/
|
|
||||||
ip_local=$(echo hostname -I | awk '{ print $1 }')
|
ip_local=$(echo hostname -I | awk '{ print $1 }')
|
||||||
sudo sed -i "s@__IPLOCAL__@$ip_local@g" ../conf/mopidy.conf
|
sudo sed -i "s@__IPLOCAL__@$ip_local@g" ../conf/mopidy.conf
|
||||||
|
|
||||||
|
@ -84,9 +83,9 @@ sudo systemctl restart mopidy
|
||||||
sudo systemctl status mopidy
|
sudo systemctl status mopidy
|
||||||
|
|
||||||
# Delete directory and file
|
# Delete directory and file
|
||||||
# sudo rm -fr /root/.cache/mopidy
|
sudo rm -fr /root/.cache/mopidy
|
||||||
# sudo rm -fr /root/.config/mopidy
|
sudo rm -fr /root/.config/mopidy
|
||||||
# sudo rm -fr /root/.local/share/mopidy
|
sudo rm -fr /root/.local/share/mopidy
|
||||||
|
|
||||||
## Install mopidy-musicbox-webclient
|
## Install mopidy-musicbox-webclient
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
|
|
Loading…
Add table
Reference in a new issue