summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()