Add username

This commit is contained in:
den 2019-08-14 11:03:42 +00:00
parent 41f1f76996
commit 5760225a0d
Signed by: den
GPG Key ID: 0D4294715B06B463
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ do
echo "File not empty"
tilde=$(sed '1q;d' available.txt)
domain=$(jq -r '.domain' $tilde)
username=$(jq -r '.username' $tilde)
if [ "tilde.best" == "$domain" ]; then
sed -i '1d' ./available.txt
exit 1