Fix broken nvs comfiguration
This commit is contained in:
parent
59aadb0856
commit
92e600c49b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ do
|
|||
{
|
||||
echo "export NVS_HOME=\"$NVS_HOME\"";
|
||||
echo 'source "'"$NVS_PATH"'/nvs.sh"';
|
||||
} | sudo tee "$profile";
|
||||
} | sudo tee -a "$profile";
|
||||
fi;
|
||||
done;
|
||||
|
||||
|
|
Loading…
Reference in a new issue