Skip to content

Commit

Permalink
Fix the incorrect mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Muhonen committed Apr 13, 2011
1 parent 6b7e7cc commit 31520e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/diskmonitor_backend.c
Expand Up @@ -46,7 +46,7 @@ static disk_use_limit_t disk_space_use_limits[] = {
/* [mount path, max usage percent] */
{ "/", 90 },
{ "/tmp", 95 },
{ "/home/user", 95 },
{ "/home", 95 },
{ "/home/user/MyDocs", 95 }
};

Expand Down

0 comments on commit 31520e8

Please sign in to comment.