mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
Fix upgrade source helper
This commit is contained in:
parent
0287b80c3a
commit
2f18166fbb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --source="$src" --dest_dir="$final_path" --keep=".env"
|
||||
ynh_setup_source --source_id="$src" --dest_dir="$final_path" --keep=".env"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue