diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-11-03 15:53:08 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-11-03 15:53:08 -0400 |
| commit | af062c5608b6a4abb60c3d6ebc193d3ac929165b (patch) | |
| tree | e9f27f78d024606faa18acc763813c2d1f9321db /scripts | |
| parent | 1476607ebb677b4c7316957505c9aa95c7d08788 (diff) | |
point linux setup script at the right path for api install
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/linux-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux-setup.sh b/scripts/linux-setup.sh index f1650b7f..8bf15ddd 100755 --- a/scripts/linux-setup.sh +++ b/scripts/linux-setup.sh @@ -61,7 +61,7 @@ lastrun() pythonpath() { echo Configuring python path - ${SUDO}python ${BNPATH}/install_api.py $ROOT + ${SUDO}python ${BNPATH}/scripts/install_api.py $ROOT } createdesktopfile() |
