1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00
This commit is contained in:
Thomas 2022-12-25 22:00:08 +01:00 committed by GitHub
parent 76cffbae13
commit 123ca1c270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ ynh_script_progression --message="Running database migrations..."
# Reset users table (after 2022.11.03) # Reset users table (after 2022.11.03)
# TODO : add a switch not to run the migration in other cases # TODO : add a switch not to run the migration in other cases
ynh_exec_warn_less "$final_path/live/bin/photoprism" users reset --yes ynh_exec_warn_less source .env $final_path/live/bin/photoprism users reset --yes
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD