Fix broken nvs comfiguration

This commit is contained in:
Manuel Thalmann 2023-04-07 19:57:48 +02:00
parent 0e86de1b40
commit 31a0857b62

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;