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