Skip to content

Commit

Permalink
Merge pull request #149 from gabyx/bugfix/redirect-install-execution
Browse files Browse the repository at this point in the history
Redirect also the output of install.sh in base-template.sh
  • Loading branch information
rycus86 committed Oct 27, 2020
2 parents e31094c + b3e215f commit f785f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ execute_update() {
return 1
fi

sh -s -- --internal-autoupdate --internal-install <"$INSTALL_SCRIPT" || return 1
sh -s -- --internal-autoupdate --internal-install <"$INSTALL_SCRIPT" >&2 || return 1
return 0
}

Expand Down

0 comments on commit f785f5b

Please sign in to comment.