Skip to content

Commit 920c739

Browse files
authored
installer patchl, output text formatting
Console output text did not show properly for lines 230, 231
1 parent b314fa2 commit 920c739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/_static/install_depthai.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ else
227227
exit 99
228228
fi
229229

230-
echo '\n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
231-
echo '\nTo run demo app write <depthai_launcher> in terminal.'
230+
echo $'\n\n:::::::::::::::: INSTALATION COMPLETE ::::::::::::::::\n'
231+
echo $'\nTo run demo app write <depthai_launcher> in terminal.'
232232
read -rsp $'Press ANY KEY to finish and run the demo app...\n' -n1 key
233233
echo "STARTING DEMO APP."
234234
python "$DEPTHAI_DIR/launcher/launcher.py" -r "$DEPTHAI_DIR"

0 commit comments

Comments
 (0)