1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00

Fix sourcing of helpers

This commit is contained in:
Salamandar 2024-03-29 13:04:55 +01:00
parent 07a260c3bc
commit 2456519cbe
6 changed files with 7 additions and 2 deletions

View file

@ -8,8 +8,6 @@ RUBY_VERSION="2.7.1"
MEMORY_NEEDED="2560"
source ynh_ruby
#=================================================
# PERSONAL HELPERS
#=================================================

View file

@ -6,6 +6,7 @@
# 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_ruby
source ../settings/scripts/ynh_add_swap
source /usr/share/yunohost/helpers

View file

@ -5,6 +5,7 @@
#=================================================
source _common.sh
source ynh_ruby
source ynh_add_swap
source /usr/share/yunohost/helpers

View file

@ -5,6 +5,7 @@
#=================================================
source _common.sh
source ynh_ruby
source ynh_add_swap
source /usr/share/yunohost/helpers

View file

@ -6,6 +6,7 @@
# 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_ruby
source ../settings/scripts/ynh_add_swap
source /usr/share/yunohost/helpers

View file

@ -5,6 +5,9 @@
#=================================================
source _common.sh
source ynh_ruby
source ynh_add_swap
source /usr/share/yunohost/helpers
#=================================================
# STOP SYSTEMD SERVICE