fixed notify methode in baseclass portal

pull/72/head
s0nder 2023-01-17 19:30:05 +01:00 committed by Mike Kershaw / Dragorn
parent 3754cff226
commit 0b0a281ac8
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
/**