Skip to content

Commit

Permalink
chore: create directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Jul 23, 2024
1 parent facc290 commit 9f3ce19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ async function setupUbuntu(ipcChannel) {
// await installGitUbuntu(paths.dotOperateDirectory);
// }

// console.log(appendInstallationLog('Creating required directories'));
// await createDirectory(`${paths.dotOperateDirectory}`);
// await createDirectory(`${paths.dotOperateDirectory}/temp`);
console.log(appendInstallationLog('Creating required directories'));
await createDirectory(`${paths.dotOperateDirectory}`);
await createDirectory(`${paths.tempDir}`);

console.log(appendInstallationLog('Checking tendermint installation'));
if (!isTendermintInstalledUnix()) {
Expand Down

0 comments on commit 9f3ce19

Please sign in to comment.