mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-05 09:04:01 -04:00
various scripts: use setup_meilisearch function (#11259)
This commit is contained in:
committed by
GitHub
parent
ebb48f697c
commit
3a04923479
@@ -28,6 +28,8 @@ function update_script() {
|
||||
exit
|
||||
fi
|
||||
|
||||
setup_meilisearch
|
||||
|
||||
if check_for_gh_release "openarchiver" "LogicLabs-OU/OpenArchiver"; then
|
||||
msg_info "Stopping Services"
|
||||
systemctl stop openarchiver
|
||||
@@ -54,6 +56,7 @@ function update_script() {
|
||||
msg_ok "Started Services"
|
||||
msg_ok "Updated successfully!"
|
||||
fi
|
||||
|
||||
exit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user