Fix typo in variable name

This commit is contained in:
Janek Bevendorff 2014-10-07 01:37:28 +02:00
parent 64a7c12886
commit 6baf317f41
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ expand_postfixes() {
block_size=1024
quota_file_system="$QUOTA_MOUNT_POINT"
if [[ "$quote_file_system" == "" ]]; then
if [[ "$quota_file_system" == "" ]]; then
quota_file_system="-a"
fi