Warn if topgrade missing
This commit is contained in:
parent
4079a9848b
commit
c04cf69d4b
@ -6,6 +6,15 @@ topgrade_conf_repo="https://git.deathbybandaid.net/deathbybandaid/topgrade.git"
|
||||
|
||||
alias topgrade='$topgrade_path'
|
||||
|
||||
topgrade ()
|
||||
{
|
||||
if [ -f "$topgrade_path" ] ; then
|
||||
$topgrade_path
|
||||
else
|
||||
echo "topgrade not found at $topgrade_path"
|
||||
fi
|
||||
}
|
||||
|
||||
# Use Configuration options from repo
|
||||
topgrade-conf-pull ()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user