fixed typo

This commit is contained in:
Shihaam Abdul Rahman 2021-04-23 11:57:57 +05:00
parent 0c9d3ec03c
commit 84ee58daa9

View File

@ -15,7 +15,7 @@ AUTH=$(curl -s -c /tmp/dcookies \
| awk -F ',' '{print $2}' \
| cut --complement -d ':' -f 1)
#Check if Dhiraagu Username and password is correct before continuing. Print error, elete the cookie and stop script if any errors.
#Check if Dhiraagu Username and password is correct before continuing. Print error, delete the cookie and stop script if any errors.
if [ "$AUTH" = "1" ]
then
: