1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

removing # Download the new release

This commit is contained in:
yalh76 2020-01-17 19:59:03 +01:00
parent 717f749c11
commit d4465eca70

View file

@ -236,7 +236,6 @@ ynh_print_info --message="Making upgrade..."
chown -R "$app":"$app" "$final_path"
pushd $final_path/$app
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl update"
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl migrate"
popd