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
3c9e19a409
commit
ef1db08249
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ sudo sed -i "s,yunopath,https://$domain$path,g" $final_path/config.php
|
|||
|
||||
sudo chown -R www-data: $final_path
|
||||
|
||||
# Update database schema
|
||||
su - www-data -c "php5 $final_path/update.php --update-schema"
|
||||
|
||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||
sudo sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
|
||||
sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue