From 0b0a281ac8c78b350063c14562fe8af24d150d9a Mon Sep 17 00:00:00 2001 From: s0nder Date: Tue, 17 Jan 2023 19:30:05 +0100 Subject: [PATCH] fixed notify methode in baseclass portal --- evilportal/projects/evilportal/src/assets/api/Portal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evilportal/projects/evilportal/src/assets/api/Portal.php b/evilportal/projects/evilportal/src/assets/api/Portal.php index b88800a..8a39ae0 100644 --- a/evilportal/projects/evilportal/src/assets/api/Portal.php +++ b/evilportal/projects/evilportal/src/assets/api/Portal.php @@ -39,7 +39,7 @@ abstract class Portal */ protected final function notify($message) { - $this->execBackground("notify {$message}"); + $this->execBackground("PYTHONPATH=/usr/lib/pineapple; export PYTHONPATH; /usr/bin/python3 /usr/bin/notify info '{$message}' evilportal"); } /**