From d4465eca702ddbb21a615d151e40ca995e96977f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 17 Jan 2020 19:59:03 +0100 Subject: [PATCH] removing # Download the new release --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index c6563fb..a0ca31b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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