Fix broken nvs comfiguration

This commit is contained in:
Manuel Thalmann 2023-04-07 19:57:48 +02:00
parent 59aadb0856
commit 92e600c49b

View file

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