1
0
Fork 0
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:
tituspijean 2023-01-28 19:28:35 +01:00
parent 0287b80c3a
commit 2f18166fbb
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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"