mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Meilisearch: fix wrong path switch (#6668)
This commit is contained in:
parent
575ad61c93
commit
9c37ac385c
2 changed files with 0 additions and 5 deletions
|
|
@ -24,10 +24,6 @@ function update_script() {
|
|||
check_container_storage
|
||||
check_container_resources
|
||||
|
||||
if [[ ! -d /opt/meilisearch ]]; then
|
||||
msg_error "No Meilisearch Installation Found!"
|
||||
exit
|
||||
fi
|
||||
UPD=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Meilisearch Update" --radiolist --cancel-button Exit-Script "Spacebar = Select" 10 58 2 \
|
||||
"1" "Update Meilisearch" ON \
|
||||
"2" "Update Meilisearch-UI" OFF \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue