From 00fc9fa3ab1824f47519816baaa2886d269ac17b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Apr 2019 04:55:45 +0200 Subject: [PATCH] reorder --- scripts/_common.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 48ee913..2beee30 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,12 @@ #!/bin/bash +#================================================= +# COMMON VARIABLES +#================================================= + +# dependencies used by the app +pkg_dependencies="php-gd php-xml mailutils " + # ============= FUTURE YUNOHOST HELPER ============= # Delete a file checksum from the app settings # @@ -12,12 +19,6 @@ ynh_delete_file_checksum () { ynh_app_setting_delete $app $checksum_setting_name } -#================================================= -# COMMON VARIABLES -#================================================= - -# dependencies used by the app -pkg_dependencies="php-gd php-xml mailutils " # Send an email to inform the administrator #