Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Oct 12, 2016
1 parent 2682d3e commit cd1ec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/admin.sql
Expand Up @@ -28,4 +28,4 @@ GRANT ALL on radius.radpostauth TO 'radius'@'localhost';
GRANT ALL PRIVILEGES ON radius.reg_users TO 'radius'@'localhost';
GRANT ALL PRIVILEGES ON radius.radcheck TO 'radius'@'localhost';
GRANT ALL PRIVILEGES ON radius.radusergroup TO 'radius'@'localhost';
FLUSH PRIVIELGES;
FLUSH PRIVILEGES;

0 comments on commit cd1ec25

Please sign in to comment.