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

Fix upgrade

This commit is contained in:
oufmilo 2023-01-30 16:29:55 +01:00
parent b000f9372f
commit 6f34364751

View file

@ -107,7 +107,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep=".config/default.yml"
pushd "$final_path"
pushd "$final_path"
git checkout $COMMIT
git pull --quiet
git submodule update --init --quiet