From 6be8259809c6457c770beb9a48572f59ce4b1e05 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 24 Nov 2024 12:28:56 +0700 Subject: [PATCH] Fix --- src/executor/runnercode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/executor/runnercode.js b/src/executor/runnercode.js index 04a3ba0..382bc2d 100644 --- a/src/executor/runnercode.js +++ b/src/executor/runnercode.js @@ -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`)