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

Fix upgrade

This commit is contained in:
Thomas 2023-03-31 13:58:34 +02:00 committed by Félix Piédallu
parent 8283aaf4bf
commit a80b113259

View file

@ -76,7 +76,7 @@ then
ynh_setup_source --dest_dir="$install_dir/build/" ynh_setup_source --dest_dir="$install_dir/build/"
mkdir -p "$install_dir/live/" mkdir -p "$install_dir/live/"
rsync -a "$install_dir/build/output/opt/photoprism/" "$install_dir/live/" rsync -a "$install_dir/build/opt/photoprism/" "$install_dir/live/"
ynh_secure_remove --file="$install_dir/build" ynh_secure_remove --file="$install_dir/build"
fi fi