Remove extra return
This commit is contained in:
parent
1dcddba5f9
commit
bf1fb52247
1 changed files with 0 additions and 1 deletions
1
run.sh
1
run.sh
|
@ -29,7 +29,6 @@ setup () {
|
|||
runcmd () {
|
||||
echo -e '-- \e[1;32mOK\e[0m -- running chroot'
|
||||
chroot "$1" "$2"
|
||||
return $?
|
||||
}
|
||||
|
||||
main () {
|
||||
|
|
Loading…
Reference in a new issue