From 0586bf514ed20e3b2fa5133355c29c4e2b77c000 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Sep 2021 23:29:31 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 77c62cd..5ee48eb 100755 --- a/scripts/install +++ b/scripts/install @@ -89,7 +89,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=public_path --value=$public_path # Clone repo, create public path and link accounts -git clone https://gitlab.com/bashrc2/epicyon $final_path +git clone https://gitlab.com/bashrc2/epicyon $final_path --quiet mkdir $public_path mkdir -p $final_path/accounts/newsmirror diff --git a/scripts/upgrade b/scripts/upgrade index d5b7df8..e42ccb2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -69,7 +69,7 @@ then # Pull the latest sorce pushd "$final_path" - git pull + git pull --quiet popd fi