Ensure only yaml config file written to stdout
This commit is contained in:
parent
8c9a4ecd9e
commit
ec2c6016ae
1 changed files with 3 additions and 3 deletions
|
@ -145,10 +145,10 @@ until (( $moveon )); do
|
|||
fi
|
||||
done
|
||||
|
||||
echo;
|
||||
echoerr;
|
||||
echo $dotlink
|
||||
echo
|
||||
echo "The below are the actions that will be taken to setup DotBot."
|
||||
echoerr
|
||||
echoerr "The below are the actions that will be taken to setup DotBot."
|
||||
|
||||
echoerr $setupshell
|
||||
|
||||
|
|
Loading…
Reference in a new issue