Allow xtchain to be launched by root

这个提交包含在:
Rafal Kupiec 2022-07-22 22:48:22 +02:00
父节点 9b7d73e0e9
当前提交 f9af39e058
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -6,12 +6,6 @@
# DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
# Check if script launched as root
if [ "$(whoami)" = "root" ]; then
echo "This script cannot be run as root!"
exit 1
fi
# Get the absolute path to the XTchain
export XTCDIR="$(realpath $(dirname ${0}))"