mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
fix
This commit is contained in:
parent
c7a529db9a
commit
e429c602ad
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
latest="v0.20.0"
|
||||
latest="v0.22.0"
|
||||
|
||||
ynh_detect_arch() {
|
||||
local architecture
|
||||
|
|
|
@ -47,7 +47,6 @@ ynh_abort_if_errors
|
|||
#=================================================
|
||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||
|
||||
|
||||
# If final_path doesn't exist, create it
|
||||
if [ -z "$final_path" ]; then
|
||||
final_path=/var/www/$app
|
||||
|
|
Loading…
Reference in a new issue