1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00

Spare .env from overriding during upgrade

This commit is contained in:
tituspijean 2021-09-28 10:11:09 +02:00
parent 3f4b54fff4
commit 4c127734ee
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -73,7 +73,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 --dest_dir="$final_path"
ynh_setup_source --dest_dir="$final_path" --keep=".env"
fi
chmod 750 "$final_path"