Fix broken NVS installation
This commit is contained in:
parent
d230a0fee2
commit
6e67b188c2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ NVS_PATH="${NVS_PATH}";
|
||||||
profilePath="/etc/profile.d/nvs-home.sh";
|
profilePath="/etc/profile.d/nvs-home.sh";
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "NVS_HOME=\"$NVS_HOME\"";
|
echo "export NVS_HOME=\"$NVS_HOME\"";
|
||||||
echo "source \"$NVS_PATH/nvs.sh\"";
|
echo "source \"$NVS_PATH/nvs.sh\"";
|
||||||
} | sudo tee "$profilePath" > /dev/null;
|
} | sudo tee "$profilePath" > /dev/null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue