Skip to content
Snippets Groups Projects
Verified Commit 26fca965 authored by David Beniamine's avatar David Beniamine
Browse files

Fix #10

parent ebd76215
No related branches found
No related tags found
No related merge requests found
...@@ -27,4 +27,4 @@ do ...@@ -27,4 +27,4 @@ do
LINES="$LINES\n$line" LINES="$LINES\n$line"
fi fi
done < $conf_file done < $conf_file
echo -e $LINES > $conf_file echo -e $LINES | sed 1d > $conf_file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment