summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-11-03 15:53:08 -0400
committerJordan Wiens <jordan@psifertex.com>2017-11-03 15:53:08 -0400
commitaf062c5608b6a4abb60c3d6ebc193d3ac929165b (patch)
treee9f27f78d024606faa18acc763813c2d1f9321db /scripts
parent1476607ebb677b4c7316957505c9aa95c7d08788 (diff)
point linux setup script at the right path for api install
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux-setup.sh2
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()