Fix typo
This commit is contained in:
parent
e435ce8c48
commit
c1483d29e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue