Silence unnecessary output

This commit is contained in:
Manuel Thalmann 2024-07-16 23:32:46 +02:00
parent 3ecd50e55c
commit 893075c857

View file

@ -31,7 +31,7 @@ function runSetup
function runInOS -S
set -l script "/root/run_once"
wrapScript $argv | chroot "$mountDir" tee "$script"
wrapScript $argv | chroot "$mountDir" tee "$script" > /dev/null
runChroot "$mountDir" chmod +x "$script"
runChroot "$mountDir" "$script"
runChroot "$mountDir" rm "$script"