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

Merge pull request #6 from YunoHost-Apps/fix-install

[Fix] Utilisation de pushd
This commit is contained in:
__cyp 2017-08-21 00:27:06 +02:00 committed by GitHub
commit ed9b93b152

View file

@ -129,11 +129,9 @@ SECURE_REMOVE '/root/.local/share/$app'
# Install mopidy-musicbox-webclient
pushd /opt
sudo git clone https://github.com/pimusicbox/mopidy-musicbox-webclient
pushd mopidy-musicbox-webclient
cd mopidy-musicbox-webclient
sudo python setup.py install
# Go to script install directory
pushd /var/cache/yunohost/from_file
popd
# Access public for curl
ynh_app_setting_set $app unprotected_uris "/"