This commit is contained in:
Manuel Thalmann 2024-12-08 05:20:42 +01:00
parent e435ce8c48
commit c1483d29e1

View file

@ -101,7 +101,7 @@ function runSetup
end end
end) \ end) \
(string escape $script) "&&")) \ (string escape $script) "&&")) \
"rm $tmp ||" "rm $tmp ||" \
"mv $tmp $profile" "mv $tmp $profile"
end | runChroot "$mountDir" tee "$profile" >/dev/null end | runChroot "$mountDir" tee "$profile" >/dev/null
end end