Skip to content

Commit 0178e1f

Browse files
authored
Typo in update_lib script
1 parent b65d2b4 commit 0178e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ubuntu/update_lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ $(/usr/bin/id -u) -ne 0 ]]; then
1313
echo " 1. copies libtensorflow_cc.so"
1414
echo " from ofxMSATensorFlow/libs/tensorflow/lib/linux64"
1515
echo " to a destination lib path (~/lib by defaut, or command line arg)"
16-
echo " 2. adds this path to /etc/ld.so.conf.d/lib/libtensorflow_cc.so.conf"
16+
echo " 2. adds this path to /etc/ld.so.conf.d/libtensorflow_cc.so.conf"
1717
echo " 3. runs ldconfig"
1818
echo
1919
exit
@@ -38,4 +38,4 @@ echo 'Writing path to' $DST_LD_CONF
3838
echo $LIB_DST > $DST_LD_CONF
3939

4040
echo 'Running ldconfig...'
41-
ldconfig
41+
ldconfig

0 commit comments

Comments
 (0)