summarylogtreecommitdiffstats
path: root/transition.sh
blob: 88397123a0bd72c7ff42ab9761914ff6d58863fb (plain)
1
2
3
4
5
6
#!/bin/sh
# Having this variable set can make transition segfault
unset SESSION_MANAGER

# If default openssl is 1.1.1, the updater will crash
LD_RUN_PATH=/usr/lib/openssl-1.0 /opt/ankama/transition/transition "$@"