From a5ec66c25299be19d11e88a2b14f886de98f938f Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:55:06 +0200 Subject: [PATCH] Update S95majestic --- general/package/majestic/files/S95majestic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/package/majestic/files/S95majestic b/general/package/majestic/files/S95majestic index 3f4becc6..f18526fe 100755 --- a/general/package/majestic/files/S95majestic +++ b/general/package/majestic/files/S95majestic @@ -6,7 +6,7 @@ MAJESTIC_ARGS="-s" debug() { ulimit -c unlimited - echo "/root/core.%e.%h.%t" > /proc/sys/kernel/core_pattern + echo "/tmp/core.%e.%h.%t" > /proc/sys/kernel/core_pattern } start() {