Skip to content

Commit

Permalink
Mention path and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Sep 16, 2020
1 parent 6f4e9e3 commit e39c054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ master_key(char* password)
}
else
{
printf("Wrong permissions for .pgagroal\n");
printf("Wrong permissions for ~/.pgagroal (must be 0700)\n");
goto error;
}
}
Expand All @@ -301,7 +301,7 @@ master_key(char* password)
}
else
{
printf("Wrong permissions for master.key\n");
printf("Wrong permissions for ~/.pgagroal/master.key (must be 0600)\n");
goto error;
}
}
Expand Down

0 comments on commit e39c054

Please sign in to comment.