diff --git a/scripts/install b/scripts/install index 43dd9d0..e54b0c4 100644 --- a/scripts/install +++ b/scripts/install @@ -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