1
0
Fork 0
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:
abeudin 2014-06-24 21:16:38 +02:00
parent 7cd78787dd
commit c6f2bff653

View file

@ -67,4 +67,4 @@ sudo yunohost app setting ampache skipped_uris -d
sudo yunohost app setting ampache skipped_uris -v "/rest"
sudo yunohost app ssowatconf
sudo sed -i '/yunoampache/d' /etc/hosts
mysql -u $db_user -p$db_pwd $db_user -e 'INSERT INTO user(id,username,fullname,access) VALUES("", '"$admin_ampache"', '"$admin_ampache"', "100");'
mysql -u $db_user -p$db_pwd $db_user -e "INSERT INTO user(id,username,fullname,access) VALUES("", "$admin_ampache", "$admin_ampache", "100");"