Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Nov 24, 2024
1 parent ed498b4 commit 6be8259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/executor/runnercode.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export async function runConfigCodeFeatures(key, value, writeLog, domaindata, ss
case 'yum':
case 'dnf':
await writeLog("$> Setting up environment for yum installation");
await writeLog(await logmanExec.restartPassenger(domaindata));
await sshExec(`sed -i '/~/usr/lib64//d' ~/.bashrc`, false);
await sshExec(`pathman add ~/usr/bin`);
await sshExec(`echo "export LD_LIBRARY_PATH=~/usr/lib64/:$LD_LIBRARY_PATH" >> ~/.bashrc`)
Expand Down

0 comments on commit 6be8259

Please sign in to comment.