Skip to content

Commit

Permalink
Merge pull request #35 from DerGoogler/1.6.4
Browse files Browse the repository at this point in the history
mdx
  • Loading branch information
DerGoogler authored Sep 21, 2023
2 parents c109757 + 409ef91 commit 9a325a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/src/components/DeviceModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const DeviceModule = (props: Props) => {
const post_mount = SuFile.exist(`${settings.mod_tree}/${module}/${settings.mod_mounted}`);
const boot_complete = SuFile.exist(`${settings.mod_tree}/${module}/${settings.mod_boot}`);

const module_config_file = SuFile.exist(`${settings.mod_tree}/${module}/system/usr/share/mmrl/config/${module}.js`);
const module_config_file = SuFile.exist(`${settings.mod_tree}/${module}/system/usr/share/mmrl/config/${module}.mdx`);

if (!readProps.exist()) {
return null;
Expand Down

0 comments on commit 9a325a5

Please sign in to comment.