Skip to content

Commit

Permalink
Change permissions for database_files
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfs committed Apr 8, 2021
1 parent 6a8ad23 commit 9d2bea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/src/api/database/setup/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class DatabaseSetup {
errorOnExist: true,
}
);
chmodr.sync(databaseFolder(this.options.appPath), 0o660);
chmodr.sync(databaseFolder(this.options.appPath), 0o600);
this.isInitialSetup = false;
}
}
Expand Down

0 comments on commit 9d2bea0

Please sign in to comment.