This commit is contained in:
xdrm-brackets 2017-02-21 16:26:34 +01:00
parent 3351dd16e4
commit be2f5727d4
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 /mnt/etc/hosts > /dev/null; test -n "$LOCAL_TEST" && echo "$LOCAL_TEST" | sudo tee -a /mnt/etc/hosts > /dev/null;
echo "<<< done"; echo "<<< done";