mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Update install
This commit is contained in:
parent
19edbcef24
commit
3f256b3071
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ sudo yunohost app ssowatconf
|
||||||
# Ampache installation
|
# Ampache installation
|
||||||
echo "127.0.0.1 $domain #yunoampache" | sudo tee -a /etc/hosts
|
echo "127.0.0.1 $domain #yunoampache" | sudo tee -a /etc/hosts
|
||||||
sleep 1
|
sleep 1
|
||||||
curl -kL -X POST http://$domain$path/update.php?action=update
|
curl -kL -X POST http://$domain$path/update.php?action=update > /dev/null 2>&1
|
||||||
sleep 5
|
sleep 5
|
||||||
sudo yunohost app setting ampache skipped_uris -d
|
sudo yunohost app setting ampache skipped_uris -d
|
||||||
sudo yunohost app setting ampache skipped_uris -v "/rest"
|
sudo yunohost app setting ampache skipped_uris -v "/rest"
|
||||||
|
|
Loading…
Add table
Reference in a new issue