Silence unnecessary output
This commit is contained in:
parent
0daac2eb6d
commit
7bd2d32f4b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function runSetup
|
||||||
|
|
||||||
function runInOS -S
|
function runInOS -S
|
||||||
set -l script "/root/run_once"
|
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" chmod +x "$script"
|
||||||
runChroot "$mountDir" "$script"
|
runChroot "$mountDir" "$script"
|
||||||
runChroot "$mountDir" rm "$script"
|
runChroot "$mountDir" rm "$script"
|
||||||
|
|
Loading…
Reference in a new issue