From 160f42b4aeaaf2acf63d6563a30ddb0c3eebc15f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 10 Oct 2020 14:28:07 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 21c9565..a466a5f 100644 --- a/scripts/install +++ b/scripts/install @@ -106,7 +106,7 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=10 pushd "$final_path" || ynh_die - setup.sh + ./setup.sh popd || ynh_die #=================================================