post-install
commands are executed with bash -l
so it's creating a new login shell
#813
Labels
bug_triage
Newly report and needs review
Describe the bug
A clear and concise description of what the bug is.
It seems the
post-install
commands are called withbash -l
when usingclr-installer --config ...
in the live-server installer - this creates a new bash login shell, which in turns triggers.bash_login
if it exists - I have a modifiedlive-server
image which has the.bash_login
in the roots home directory, so it's getting called again, which isn't functional as the script it calls requires input from the user, so halting thepost-install
script without any means of interactionTo Reproduce
Steps to reproduce the behavior:
.bash_login
inside the root home directory which requests users inputclr-installer
with your configExpected behavior
A clear and concise description of what you expected to happen.
I expected it to be called with just
bash
notbash -l
, so to execute normallyScreenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: