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

stupid copy/pasta mistake

This commit is contained in:
Thomas 2024-06-13 10:52:31 +02:00 committed by GitHub
parent b3135f6666
commit 531c41f6eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,8 +83,8 @@ ynh_script_progression --message="Running database migrations..."
if ynh_compare_current_package_version --comparison lt --version 2022.09.01~ynh4
then
ynh_exec_warn_less $final_path/live/bin/photoprism \
--assets-path=/home/yunohost.app/photoprism/assets \
ynh_exec_warn_less $install_dir/bin/photoprism \
--assets-path=$install_dir/assets \
--originals-path=/home/yunohost.app/photoprism/photos/originals \
--import-path=/home/yunohost.app/photoprism/photos/import users reset --yes
fi