Fix broken NVS installation

This commit is contained in:
Manuel Thalmann 2023-04-06 17:28:57 +02:00
parent d230a0fee2
commit 6e67b188c2

View file

@ -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;