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
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue