mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
export PYTHONPATH=/usr/share/plinth/python
|
|
exec python /usr/share/plinth/python/plinth/plinth.py "$@"
|