1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
This commit is contained in:
titoko titoko 2013-11-24 18:58:45 +01:00
parent a4f7e03c49
commit 03e150e2db

View file

@ -24,7 +24,7 @@ sudo yunohost app setting ttrss mysqlpwd -v $db_pwd
# Copy files to the right place
final_path=/var/www/ttrss
sudo mkdir -p $final_path
sudo cp -a ../source/* $final_path
sudo cp -r ../source/* $final_path
sudo cp ../conf/config.php $final_path/
# Change variables in ttrss configuration