bugfix
This commit is contained in:
parent
3351dd16e4
commit
be2f5727d4
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue