Skip to content

Commit

Permalink
Append LD_LIBRARY_PATH in daemon.sh (#3702)
Browse files Browse the repository at this point in the history
* Append LD_LIBRARY_PATH in daemon.sh

* Update src/appMain/daemon.sh

Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com>

Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com>
  • Loading branch information
Jack-Byrne and jacobkeeler authored May 13, 2021
1 parent 13fec75 commit bb291d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appMain/daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function core_start() {
return 2
else
echo "Starting SmartDeviceLink Core"
LD_LIBRARY_PATH=$DIR ${DIR}/${CORE_APPLICATION_NAME} &
${DIR}/${CORE_APPLICATION_NAME} &
CORE_PID=$!
echo $CORE_PID > $CORE_PID_FILE
return 0
Expand Down

0 comments on commit bb291d1

Please sign in to comment.