bugfix (not sure)
This commit is contained in:
parent
50973b555a
commit
bf44a19c9b
|
@ -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 -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue