1
0
Fork 0
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:
magikcypress 2017-03-07 18:43:33 +01:00
parent 1ee7e90136
commit 6a0c980ce4
2 changed files with 2 additions and 0 deletions

View file

@ -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 archives GPG key:

View file

@ -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