From 26fca965da4248e6212ff1a928c255e607a96b09 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Mon, 5 Aug 2019 13:07:06 +0200 Subject: [PATCH] Fix #10 --- registry/scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/scripts/clean.sh b/registry/scripts/clean.sh index 3ad2025..b1dd74f 100755 --- a/registry/scripts/clean.sh +++ b/registry/scripts/clean.sh @@ -27,4 +27,4 @@ do LINES="$LINES\n$line" fi done < $conf_file - echo -e $LINES > $conf_file + echo -e $LINES | sed 1d > $conf_file -- GitLab