Fix double quotes

This commit is contained in:
den 2019-08-14 09:26:31 +00:00
parent e206cc5cb2
commit 666fb3248c
Signed by: den
GPG Key ID: 0D4294715B06B463
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ echo Please enter username
read username
cd /home/$username
domain=$(jq '.domain' tilde.json)
domain=$(jq -r '.domain' tilde.json)
if [ "tilde.best" == "$domain" ]; then
exit
else