1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Fix upgrade

This commit is contained in:
oufmilo 2023-01-30 21:06:12 +01:00
parent 21b4fc790c
commit 3c5b00e869

View file

@ -78,6 +78,9 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep=".env"
pushd "$final_path"
git checkout production
git pull --quiet
git checkout $COMMIT
./bw-dev update
popd