Skip to content

Commit

Permalink
Remove custom swap helpers ; use new upstream helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
selfhoster1312 committed Aug 31, 2024
1 parent 5ce4b2b commit 26a1239
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 105 deletions.
3 changes: 2 additions & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ website = "https://glitch-soc.github.io/docs/"
code = "https://github.com/glitch-soc/mastodon"

[integration]
yunohost = ">= 11.2.12"
yunohost = ">=11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true

Expand Down
1 change: 0 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#=================================================

source _common.sh
source ynh_add_swap
source /usr/share/yunohost/helpers

#=================================================
Expand Down
1 change: 0 additions & 1 deletion scripts/remove
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#=================================================

source _common.sh
source ynh_add_swap
source /usr/share/yunohost/helpers

#=================================================
Expand Down
1 change: 0 additions & 1 deletion scripts/restore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source ../settings/scripts/ynh_add_swap
source /usr/share/yunohost/helpers

#=================================================
Expand Down
1 change: 0 additions & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#=================================================

source _common.sh
source ynh_add_swap
source /usr/share/yunohost/helpers

config="$install_dir/live/.env.production"
Expand Down
100 changes: 0 additions & 100 deletions scripts/ynh_add_swap

This file was deleted.

0 comments on commit 26a1239

Please sign in to comment.