diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index b5f1ef52..a78cacd7 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -101,7 +101,7 @@ function runSetup end end) \ (string escape $script) "&&")) \ - "rm $tmp ||" + "rm $tmp ||" \ "mv $tmp $profile" end | runChroot "$mountDir" tee "$profile" >/dev/null end