1
0
Fork 0
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:
neodiX 2025-01-17 11:55:30 +04:00
parent 36d3328f67
commit e7e4ed7b24

View file

@ -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 "$@"