This commit is contained in:
Philippe Caseiro 2022-03-31 15:25:34 +02:00
parent 103a003cf0
commit e62e97c06b
1 changed files with 1 additions and 1 deletions

2
badgy
View File

@ -124,7 +124,7 @@ if [ -e "${HOME}/.badgyrc" ]; then
else
echo "${HOME}/.badgyrc file is missing, I need it"
echo "Create it with this command:"
echo " echo 'BADGEURL="https://myninebage" KEY="XXXX-XX-XXX-XXX"' > ${HOME}/.badyrc"
echo " echo 'BADGEURL="https://myninebage" KEY="XXXX-XX-XXX-XXX"' > ${HOME}/.badgyrc"
exit 2
fi