test
This commit is contained in:
parent
70080ae5ef
commit
94259b17b5
@ -10,8 +10,10 @@ alias topgrade='$topgrade_path'
|
|||||||
topgrade-conf-pull ()
|
topgrade-conf-pull ()
|
||||||
{
|
{
|
||||||
if [ -d "$topgrade_conf_path" ] ; then
|
if [ -d "$topgrade_conf_path" ] ; then
|
||||||
|
echo "1"
|
||||||
git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path"
|
git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path"
|
||||||
else
|
else
|
||||||
|
echo "2"
|
||||||
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path"
|
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user