mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
8 lines
114 B
Python
8 lines
114 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
import os
|
||
|
from socrate import system
|
||
|
|
||
|
system.set_env()
|
||
|
|
||
|
os.execl("/app/olefy.py", "olefy")
|