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:
parent
07a260c3bc
commit
2456519cbe
6 changed files with 7 additions and 2 deletions
|
@ -8,8 +8,6 @@ RUBY_VERSION="2.7.1"
|
|||
|
||||
MEMORY_NEEDED="2560"
|
||||
|
||||
source ynh_ruby
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
source _common.sh
|
||||
source ynh_ruby
|
||||
source ynh_add_swap
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
source _common.sh
|
||||
source ynh_ruby
|
||||
source ynh_add_swap
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
#=================================================
|
||||
|
||||
source _common.sh
|
||||
source ynh_ruby
|
||||
source ynh_add_swap
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
#=================================================
|
||||
# STOP SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue