From f9af39e0589bf23f68b17bd987faa05efe0db204 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 22 Jul 2022 22:48:22 +0200 Subject: [PATCH] Allow xtchain to be launched by root --- scripts/xtchain | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/xtchain b/scripts/xtchain index 63f6015..9bbbce6 100755 --- a/scripts/xtchain +++ b/scripts/xtchain @@ -6,12 +6,6 @@ # DEVELOPERS: Rafal Kupiec -# 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}))"