build: as per docs add to last line of start

This commit is contained in:
rzmk 2024-05-29 12:33:45 -04:00
parent 4c1377e2c6
commit 8262aa48c3

4
start
View file

@ -1,4 +1,6 @@
#!/bin/bash
python -m bash_kernel.install
export PATH=/home/jovyan/path_files:$PATH
export PATH=/home/jovyan/path_files:$PATH
exec "$@"