fix issue
This commit is contained in:
parent
b1079497c8
commit
2ec811e37f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ setup_chroot(){
|
||||||
|
|
||||||
post_install(){
|
post_install(){
|
||||||
printf "Postinstall\n"
|
printf "Postinstall\n"
|
||||||
([ -f "$postinstall" ] && cp "$postinstall" /tmp/postinstall.sh) || wget -qO- "$1" > /tmp/postinstall.sh
|
([ -f "$postinstall" ] && cp "$postinstall" /tmp/postinstall.sh) || wget -qO- "$postinstall" > /tmp/postinstall.sh
|
||||||
su - "$user" -c "zsh -lc 'sh /tmp/postinstall.sh \"$@\" '"
|
su - "$user" -c "zsh -lc 'sh /tmp/postinstall.sh \"$@\" '"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue