Fix broken NVS installation

This commit is contained in:
Manuel Thalmann 2023-04-06 17:28:57 +02:00
parent a52bdb6821
commit 8a4635fcc9

View file

@ -5,7 +5,7 @@ NVS_PATH="${NVS_PATH}";
profilePath="/etc/profile.d/nvs-home.sh";
{
echo "NVS_HOME=\"$NVS_HOME\"";
echo "export NVS_HOME=\"$NVS_HOME\"";
echo "source \"$NVS_PATH/nvs.sh\"";
} | sudo tee "$profilePath" > /dev/null;