mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
fix
This commit is contained in:
parent
b5bae51155
commit
0586bf514e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -69,7 +69,7 @@ then
|
|||
|
||||
# Pull the latest sorce
|
||||
pushd "$final_path"
|
||||
git pull
|
||||
git pull --quiet
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue