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

[fix] change install path

This commit is contained in:
magikcypress 2017-08-19 21:35:27 +02:00
parent 7905a12463
commit 25aa072b62
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -133,7 +133,7 @@ pushd mopidy-musicbox-webclient
sudo python setup.py install sudo python setup.py install
# Go to script install directory # Go to script install directory
pushd /var/cache/yunohost/from_file/scripts pushd /var/cache/yunohost/from_file
# Access public for curl # Access public for curl
ynh_app_setting_set $app unprotected_uris "/" ynh_app_setting_set $app unprotected_uris "/"
@ -148,4 +148,4 @@ sudo yunohost service add mopidy --log "/var/log/${app}/mopidy.log"
ynh_use_logrotate ynh_use_logrotate
# Reload SSOwat configuration # Reload SSOwat configuration
sudo yunohost app ssowatconf sudo yunohost app ssowatconf