mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
avoid infinite loop when place in system bin dir 2
This commit is contained in:
parent
36d3328f67
commit
e7e4ed7b24
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
|
||||
cd "$(dirname "$0")"
|
||||
exec ./usr/bin/app "$@"
|
||||
exec "$(dirname $0)"/usr/bin/app "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue