Fixed typo on line 51

This commit is contained in:
b.waal
2019-10-16 00:53:58 +02:00
parent b57a795c77
commit 6e549d011d

View File

@@ -48,7 +48,7 @@ echo "Please enter your password (should contain at least 2 digits and 6 charact
read password
echo "Administrator E-mail:"
read email
echo "Enter the maximum attachment size in MB (without MB)
echo "Enter the maximum attachment size in MB (without MB)"
read uploadsize
fi