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

Fix lint for source order

This commit is contained in:
Florent 2023-11-17 15:20:57 +01:00
parent 55383e1264
commit 40111caf84
2 changed files with 2 additions and 2 deletions

View file

@ -7,8 +7,8 @@
#================================================= #=================================================
source _common.sh source _common.sh
source /usr/share/yunohost/helpers
source ynh_redis source ynh_redis
source /usr/share/yunohost/helpers
#================================================= #=================================================
# APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC)

View file

@ -7,8 +7,8 @@
#================================================= #=================================================
source _common.sh source _common.sh
source /usr/share/yunohost/helpers
source ynh_redis source ynh_redis
source /usr/share/yunohost/helpers
#================================================= #=================================================
# REMOVE SYSTEM CONFIGURATIONS # REMOVE SYSTEM CONFIGURATIONS