Fix path
parent
3776fc8aee
commit
095b73c37c
|
@ -32,12 +32,12 @@ if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
# Switch to the host user so we can create files with the correct ownership
|
# Switch to the host user so we can create files with the correct ownership
|
||||||
su $USERNAME -c "$SHELL -c 'source /steps/runsteps.sh'"
|
su $USERNAME -c "$SHELL -c 'source /steps/run_steps.sh'"
|
||||||
else
|
else
|
||||||
echo "Running as root"
|
echo "Running as root"
|
||||||
|
|
||||||
# Run as root
|
# Run as root
|
||||||
source /steps/runsteps.sh
|
source /steps/run_steps.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Reference in New Issue