1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Fix restore: thread 'main' panicked at 'Your search index is locked

This commit is contained in:
Yalh 2019-01-22 22:37:43 +01:00
parent ebf93d51fc
commit c15b93af4d

View file

@ -107,6 +107,10 @@ ynh_install_app_dependencies gettext postgresql postgresql-contrib libpq-dev git
ynh_restore_file "/etc/systemd/system/$app.service"
systemctl enable $app.service
#Fix Your search index is locked.
( cd $final_path/$app && sudo -u "$app" $final_path/.cargo/bin/plm search unlock )
#=================================================
# RESTORE THE CRON FILE
#=================================================