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

[Fix] Utilisation de pushd

This commit is contained in:
frju365 2017-08-20 15:14:12 +02:00 committed by GitHub
parent 25aa072b62
commit f440fa731f

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 "/"