This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
script-library/test/regression Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG RUN_COMMON_SCRIPT="true"
14
14
ARG UPGRADE_PACKAGES="false"
15
15
ARG RUN_ONE="false"
16
16
RUN --mount=target=/script-library,source=.,type=bind,rw \
17
- sh /script-library/test/regression/run-scripts.sh /script-library true ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
17
+ bash /script-library/test/regression/run-scripts.sh /script-library true ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
18
18
19
19
ENV DBUS_SESSION_BUS_ADDRESS="autolaunch:" DISPLAY=":1" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"
20
20
ENTRYPOINT [ "/usr/local/share/docker-init.sh" , "/usr/local/share/ssh-init.sh" , "/usr/local/share/desktop-init.sh" ]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG RUN_COMMON_SCRIPT="true"
22
22
ARG UPGRADE_PACKAGES="false"
23
23
ARG RUN_ONE="false"
24
24
RUN --mount=target=/script-library,source=.,type=bind,rw \
25
- sh /script-library/test/regression/run-scripts.sh /script-library false ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
25
+ bash /script-library/test/regression/run-scripts.sh /script-library false ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
26
26
27
27
ENV DBUS_SESSION_BUS_ADDRESS="autolaunch:" DISPLAY=":1" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"
28
28
ENTRYPOINT [ "/usr/local/share/docker-init.sh" , "/usr/local/share/ssh-init.sh" , "/usr/local/share/desktop-init.sh" ]
You can’t perform that action at this time.
0 commit comments