From 34b1f1f2b1208743123477ef1fb87414f3dbdb4c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 27 Mar 2022 18:39:46 +0200 Subject: [PATCH] small move of variable declaration for consistency of arrangement --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c90a01a..3563d04 100755 --- a/scripts/install +++ b/scripts/install @@ -24,6 +24,8 @@ ynh_abort_if_errors # RETRIEVE ARGUMENTS FROM THE MANIFEST #================================================= +app=$YNH_APP_INSTANCE_NAME + domain=$YNH_APP_ARG_DOMAIN path_url="/" @@ -51,8 +53,6 @@ statuses_poll_max_options="6" statuses_poll_option_max_chars="50" statuses_media_max_files="6" -app=$YNH_APP_INSTANCE_NAME - #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================