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:
parent
8283aaf4bf
commit
a80b113259
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ then
|
|||
ynh_setup_source --dest_dir="$install_dir/build/"
|
||||
|
||||
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"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue