From 0814e0847fa73235e91166b7b70b0a05954ca43f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 17 Jan 2021 13:53:33 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fbf589c..91ccd28 100644 --- a/scripts/install +++ b/scripts/install @@ -26,9 +26,9 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url="/" #admin=$YNH_APP_ARG_ADMIN -data_path="/home/yunohost.app/$app" app=$YNH_APP_INSTANCE_NAME +data_path="/home/yunohost.app/$app" #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS