test
This commit is contained in:
parent
ce0fff02ce
commit
d735ab143c
@ -6,7 +6,8 @@
|
||||
template_setup_path="/etc/template_setup"
|
||||
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
|
||||
|
||||
template-setup () {
|
||||
template_setup ()
|
||||
{
|
||||
if [ -d "$template_setup_path" ] ; then
|
||||
git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path"
|
||||
else
|
||||
@ -14,8 +15,3 @@ template-setup () {
|
||||
fi
|
||||
bash /etc/template_setup/template_setup.sh
|
||||
}
|
||||
|
||||
#template-setup ()
|
||||
#{#
|
||||
#
|
||||
#}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user