Skip to content
Snippets Groups Projects
run.sh 325 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
#!/bin/bash -eu
Guilhem Saurel's avatar
Guilhem Saurel committed

Guilhem Saurel's avatar
Guilhem Saurel committed
source /dist

Guilhem Saurel's avatar
Guilhem Saurel committed
if [ "$DIST" = "archlinux" ]
then echo /opt/openrobots/lib/python2.7/site-packages/ > /usr/lib/python2.7/site-packages/robotpkg.pth
fi
if [ "$DIST" = "centos7" ]
then export LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}
fi
Guilhem Saurel's avatar
Guilhem Saurel committed

Guilhem Saurel's avatar
Guilhem Saurel committed
if [ "$DIST" != "20.04" ]
then python2 /run.py
Guilhem Saurel's avatar
Guilhem Saurel committed
fi