test
This commit is contained in:
parent
4ef9e27669
commit
0bec94c5f2
@ -5,14 +5,14 @@ topgrade_conf_path="/etc/topgrade"
|
|||||||
topgrade_conf_repo="https://git.deathbybandaid.net/deathbybandaid/topgrade.git"
|
topgrade_conf_repo="https://git.deathbybandaid.net/deathbybandaid/topgrade.git"
|
||||||
|
|
||||||
# Use Configuration options from repo
|
# Use Configuration options from repo
|
||||||
#topgrade-conf-pull ()
|
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" && echo "Pulled $topgrade_conf_path"
|
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path"
|
||||||
# fi
|
fi
|
||||||
#}
|
}
|
||||||
|
|
||||||
#topgrade ()
|
#topgrade ()
|
||||||
#{
|
#{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user