1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[fix] helpers paths in restore

This commit is contained in:
tituspijean 2019-09-23 23:27:33 +02:00
parent fb5098c853
commit 147d0a4c40

View file

@ -8,6 +8,11 @@
#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_extra_apt_repos__3
source ../settings/scripts/ynh_install_php__3
source ../settings/scripts/ynh_exec_as
source ../settings/scripts/ynh_composer__2
source ../settings/scripts/ynh_send_readme_to_admin__2
source /usr/share/yunohost/helpers
#=================================================