From 3f5a93f1df385cd5a63f7996d04541400457ef7c Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <massimiliano.adamo@geant.org> Date: Sun, 11 Apr 2021 16:07:46 +0200 Subject: [PATCH] minor --- build-binary-for-linux-64.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-binary-for-linux-64.sh b/build-binary-for-linux-64.sh index 1e3c6b6..5dae182 100755 --- a/build-binary-for-linux-64.sh +++ b/build-binary-for-linux-64.sh @@ -34,7 +34,6 @@ if [ $? -gt 0 ]; then echo -e "\nthere was an error while compiling the code\n" exit fi -echo "" while true; do echo -e "\nUPX degrades performances but in the case of acme-downloader it is not noticeable\n" -- GitLab