diff --git a/phpmon-common/Core/Shell.swift b/phpmon-common/Core/Shell.swift index 2dfcdf9..a1ae6c1 100644 --- a/phpmon-common/Core/Shell.swift +++ b/phpmon-common/Core/Shell.swift @@ -123,7 +123,7 @@ public class Shell { let task = Process() task.launchPath = self.shell - task.arguments = ["--login", "-c", tailoredCommand] + task.arguments = ["--noprofile", "-norc", "--login", "-c", tailoredCommand] return task }