summarylogtreecommitdiffstats
path: root/transition.sh
diff options
context:
space:
mode:
Diffstat (limited to 'transition.sh')
-rw-r--r--transition.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/transition.sh b/transition.sh
index b5280dae900e..88397123a0bd 100644
--- a/transition.sh
+++ b/transition.sh
@@ -2,4 +2,5 @@
# Having this variable set can make transition segfault
unset SESSION_MANAGER
-/opt/ankama/transition/transition "$@"
+# If default openssl is 1.1.1, the updater will crash
+LD_RUN_PATH=/usr/lib/openssl-1.0 /opt/ankama/transition/transition "$@"