mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Supprimer /tmp/mopidy-musicbox-webclient
This commit is contained in:
parent
1ee7e90136
commit
6a0c980ce4
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ ynh_app_setting_set $app soundcloud_id $soundcloud_id
|
|||
|
||||
# Create final_path and check
|
||||
sudo mkdir "$final_path"
|
||||
sudo chown -R www-data: $final_path
|
||||
ynh_app_setting_set $app final_path $final_path
|
||||
|
||||
# Add the archive’s GPG key:
|
||||
|
|
|
@ -27,6 +27,7 @@ sudo rm -fr /usr/share/mopidy
|
|||
sudo rm -fr /var/lib/mopidy
|
||||
sudo rm -fr /etc/apt/sources.list.d/mopidy.list
|
||||
sudo rm -fr /usr/local/lib/python2.7/dist-packages/Mopidy_MusicBox_Webclient-2.3.0-py2.7.egg
|
||||
sudo rm -fr /tmp/mopidy-musicbox-webclient
|
||||
|
||||
# disallow firewall port
|
||||
sudo yunohost firewall disallow TCP 6600
|
||||
|
|
Loading…
Add table
Reference in a new issue