1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Fix order of helper import

This commit is contained in:
Josué Tille 2020-04-15 20:29:35 +02:00
parent 3b11131459
commit 4db782a51a
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -6,8 +6,8 @@
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
source /usr/share/yunohost/helpers
source _common.sh
#=================================================
# LOAD SETTINGS