From ef16d2813e0d8a301603283c7f049de6298d1c6a Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 5 Jul 2021 15:20:14 +0300 Subject: [PATCH] remove leftover commented line --- xo-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 2514404..50b3842 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -479,7 +479,6 @@ function InstallXO { # one. If not, then skip the build and delete the repo we just cloned. # Get the commit ID of the to-be-installed xen-orchestra. -# runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME" NEW_REPO_HASH=$(runcmd_stdout "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && git rev-parse HEAD") NEW_REPO_HASH_SHORT=$(runcmd_stdout "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && git rev-parse --short HEAD") runcmd "cd $(dirname "$0")"