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:
parent
ebf93d51fc
commit
c15b93af4d
1 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,10 @@ ynh_install_app_dependencies gettext postgresql postgresql-contrib libpq-dev git
|
||||||
ynh_restore_file "/etc/systemd/system/$app.service"
|
ynh_restore_file "/etc/systemd/system/$app.service"
|
||||||
systemctl enable $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
|
# RESTORE THE CRON FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue