From be2f5727d4277c3a63df9253350d2aa6694d67cf Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 21 Feb 2017 16:26:34 +0100 Subject: [PATCH] bugfix --- clone/clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/clone b/clone/clone index ec2dd40..da865bf 100755 --- a/clone/clone +++ b/clone/clone @@ -362,7 +362,7 @@ step9(){ sudo chmod -R 770 /mnt/home/sats/satsd; # (7) Add entry in /etc/hosts if LOCAL_TEST not empty # - test -n "$LOCAL_TEST" && echo "$LOCAL_TEST" | sudo tee /mnt/etc/hosts > /dev/null; + test -n "$LOCAL_TEST" && echo "$LOCAL_TEST" | sudo tee -a /mnt/etc/hosts > /dev/null; echo "<<< done";