mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
bugfix
This commit is contained in:
parent
a4f7e03c49
commit
03e150e2db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue