mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update upgrade
This commit is contained in:
parent
fd6664977e
commit
9801d9a0f6
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ sudo mkdir -p $final_path
|
||||||
sudo cp -a ../sources/* $final_path
|
sudo cp -a ../sources/* $final_path
|
||||||
sudo cp ../conf/config.php $final_path/
|
sudo cp ../conf/config.php $final_path/
|
||||||
|
|
||||||
sudo mv $final_path/plugins/managesieve/config.inc.php.dist $final_path/plugins/managesieve/config.inc.php
|
|
||||||
|
|
||||||
# Change variables in ttrss configuration
|
# Change variables in ttrss configuration
|
||||||
sudo sed -i "s/yunouser/$db_user/g" $final_path/config.php
|
sudo sed -i "s/yunouser/$db_user/g" $final_path/config.php
|
||||||
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/config.php
|
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/config.php
|
||||||
|
|
Loading…
Reference in a new issue