1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

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

This commit is contained in:
Yunohost-Bot 2024-03-11 16:07:15 +01:00 committed by Félix Piédallu
parent 5fbed01f93
commit d60ef16787

View file

@ -49,7 +49,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
# 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/build/" ynh_setup_source --dest_dir="$install_dir/build/" --full_replace=1
mkdir -p "$install_dir/live/" mkdir -p "$install_dir/live/"
rsync -a "$install_dir/build/opt/photoprism/" "$install_dir/live/" rsync -a "$install_dir/build/opt/photoprism/" "$install_dir/live/"