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:
parent
b3135f6666
commit
531c41f6eb
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ ynh_script_progression --message="Running database migrations..."
|
||||||
|
|
||||||
if ynh_compare_current_package_version --comparison lt --version 2022.09.01~ynh4
|
if ynh_compare_current_package_version --comparison lt --version 2022.09.01~ynh4
|
||||||
then
|
then
|
||||||
ynh_exec_warn_less $final_path/live/bin/photoprism \
|
ynh_exec_warn_less $install_dir/bin/photoprism \
|
||||||
--assets-path=/home/yunohost.app/photoprism/assets \
|
--assets-path=$install_dir/assets \
|
||||||
--originals-path=/home/yunohost.app/photoprism/photos/originals \
|
--originals-path=/home/yunohost.app/photoprism/photos/originals \
|
||||||
--import-path=/home/yunohost.app/photoprism/photos/import users reset --yes
|
--import-path=/home/yunohost.app/photoprism/photos/import users reset --yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue