aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas <51749973+Thovi98@users.noreply.github.com>2025-08-25 08:53:12 +0200
committerGitHub <noreply@github.com>2025-08-25 08:53:12 +0200
commit1699bcd2aa815ac0351afaa60a4c988b91b7fca1 (patch)
tree876c744811701f8854af98c3526db936c53c2e25 /scripts
parent1f8bf44173709effa51a1b5a71198283dc753f37 (diff)
downloadmastodon_ynh-1699bcd2aa815ac0351afaa60a4c988b91b7fca1.tar.gz
mastodon_ynh-1699bcd2aa815ac0351afaa60a4c988b91b7fca1.tar.bz2
mastodon_ynh-1699bcd2aa815ac0351afaa60a4c988b91b7fca1.zip
ynh_remove_extra_repo doesn't exist anymore
Diffstat (limited to 'scripts')
-rw-r--r--scripts/upgrade3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index aef5d67..301edcd 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -30,9 +30,6 @@ ynh_script_progression "Ensuring downward compatibility..."
# Set `service` settings to support `yunohost app shell` command
ynh_app_setting_set_default --key=service --value="$app-web.service"
-# Remove previous added repository
-ynh_remove_extra_repo
-
if ynh_app_upgrading_from_version_before 4.2.8~ynh2; then
# Rename legacy database
if ynh_psql_database_exists --database="${app}_production"; then