mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Author: Tzafrir Cohen <tzafrir@debian.org> Description: "vendor" packages are installed as separate system debs
11 lines
195 B
Bash
Executable File
11 lines
195 B
Bash
Executable File
#! /bin/sh
|
|
|
|
#PYTHONPATH=vendor/exmachina:$PYTHONPATH
|
|
|
|
export PYTHONPATH
|
|
|
|
sudo killall exmachina.py
|
|
sudo /usr/share/pyshared/exmachina/exmachina.py -v &
|
|
python plinth.py
|
|
sudo killall exmachina.py
|