bugfix (not sure)

This commit is contained in:
xdrm-brackets 2017-02-23 09:32:13 +01:00
parent 50973b555a
commit bf44a19c9b
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ step9(){
sudo chmod -R 770 /mnt/home/sats/satsd; sudo chmod -R 770 /mnt/home/sats/satsd;
# (7) Add entry in /etc/hosts if LOCAL_TEST not empty # # (7) Add entry in /etc/hosts if LOCAL_TEST not empty #
test -n "$LOCAL_TEST" && echo "$LOCAL_TEST" | sudo tee -a /mnt/etc/hosts > /dev/null; test -n "$LOCAL_TEST" && echo "\n$LOCAL_TEST\n" | sudo tee -a /mnt/etc/hosts > /dev/null;
echo "<<< done"; echo "<<< done";