1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

This commit is contained in:
Yunohost-Bot 2024-03-11 15:40:13 +01:00 committed by Félix Piédallu
parent b7185e08da
commit b58602e86e

View file

@ -19,7 +19,7 @@ ynh_restore_file --origin_path="$install_dir"
### $install_dir will automatically be initialized with some decent
### permissions by default ... however, you may need to recursively reapply
### ownership to all files such as after the ynh_setup_source step
### ownership to all files such as after the ynh_setup_source step --full_replace=1
chown -R "$app:www-data" "$install_dir"
#=================================================