This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/bin/bash
|
|
|
|
if [ -x @bindir@/vn-updater-gui ]
|
|
then
|
|
echo "Running updater..."
|
|
@bindir@/vn-updater-gui
|
|
fi
|
|
|
|
export LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN=1
|
|
exec @bindir@/hedera-bin
|