mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Update upgrade
This commit is contained in:
parent
9154d4a55f
commit
57422eba2c
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep ="config/local.config.php view/smarty3"
|
ynh_setup_source --dest_dir="$install_dir" --keep ="config/local.config.php " #view/smarty3
|
||||||
ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons"
|
ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod -R 775 "$install_dir/view/smarty3"
|
#chmod -R 775 "$install_dir/view/smarty3"
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue