echo
This commit is contained in:
parent
9c106e6e2d
commit
dce8c4371f
@ -12,6 +12,6 @@ topgrade-conf-pull ()
|
|||||||
if [ -d "$topgrade_conf_path" ] ; then
|
if [ -d "$topgrade_conf_path" ] ; then
|
||||||
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
|
||||||
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path"
|
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user