1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
ericgaspar 2021-09-23 23:29:31 +02:00
parent b5bae51155
commit 0586bf514e
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -69,7 +69,7 @@ then
# Pull the latest sorce
pushd "$final_path"
git pull
git pull --quiet
popd
fi