From 608f411b1e822002c688d3ec77e3cf520086c728 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 21 Jun 2014 21:57:08 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1a28878..02fb58d 100644 --- a/scripts/install +++ b/scripts/install @@ -48,11 +48,11 @@ sudo yunohost app setting ampache skipped_uris -v "/" sudo yunohost app ssowatconf # Ampache installation -echo "127.0.0.1 $domain #yunowordpress" | sudo tee -a /etc/hosts +echo "127.0.0.1 $domain #yunoampache" | sudo tee -a /etc/hosts sleep 1 curl -kL -X POST http://$domain$path/update.php?action=update sleep 5 sudo yunohost app setting ampache skipped_uris -d sudo yunohost app setting ampache skipped_uris -v "/rest" sudo yunohost app ssowatconf -sudo sed -i '/yunowordpress/d' /etc/hosts +sudo sed -i '/yunoampache/d' /etc/hosts