Silence unwanted output

This commit is contained in:
Manuel Thalmann 2024-03-09 21:45:50 +01:00
commit 516fa441ca
5 changed files with 8 additions and 8 deletions
scripts/Arch/Software/xone

View file

@ -13,5 +13,5 @@ then
yes "" | sudo xone-get-firmware.sh;
fi;
popd;
popd > /dev/null;
rm -rf "$contextRoot" > /dev/null;