Initialize Python modules during startup
* This is not an ideal solution but I'm guessing it's here to stay...
This commit is contained in:
parent
b97e51fe65
commit
8fe18c9617
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
|||
# Set up teststation details
|
||||
$HOME/.setup_teststation
|
||||
|
||||
# Init Python
|
||||
echo -n "Init Python modules..."
|
||||
python -c "import wk"
|
||||
echo "Done"
|
||||
|
||||
# Trust added root CAs
|
||||
echo -n "Updating certificate store... "
|
||||
sudo trust extract-compat
|
||||
|
|
|
|||
Loading…
Reference in a new issue