Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
I don't know how can this happen with Ctrl+C/V...
  • Loading branch information
YanWenKun committed Apr 11, 2024
1 parent 9536238 commit 31f7839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions megapak/runner-scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Run user's set-proxy script
cd /root
if [ ! -f "/root/user-scripts/set-proxy.sh" ] ; then
cp /runner-scripts/set-proxy.sh.exmaple /root/user-scripts/set-proxy.sh
cp /runner-scripts/set-proxy.sh.example /root/user-scripts/set-proxy.sh
else
echo "[INFO] Running set-proxy script..."

Expand All @@ -23,7 +23,7 @@ fi ;
# Run user's pre-start script
cd /root
if [ ! -f "/root/user-scripts/pre-start.sh" ] ; then
cp /runner-scripts/pre-start.sh.exmaple /root/user-scripts/pre-start.sh
cp /runner-scripts/pre-start.sh.example /root/user-scripts/pre-start.sh
else
echo "[INFO] Running pre-start script..."

Expand Down
4 changes: 2 additions & 2 deletions rocm/runner-scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Run user's set-proxy script
cd /root
if [ ! -f "/root/user-scripts/set-proxy.sh" ] ; then
cp /runner-scripts/set-proxy.sh.exmaple /root/user-scripts/set-proxy.sh
cp /runner-scripts/set-proxy.sh.example /root/user-scripts/set-proxy.sh
else
echo "[INFO] Running set-proxy script..."

Expand All @@ -23,7 +23,7 @@ fi ;
# Run user's pre-start script
cd /root
if [ ! -f "/root/user-scripts/pre-start.sh" ] ; then
cp /runner-scripts/pre-start.sh.exmaple /root/user-scripts/pre-start.sh
cp /runner-scripts/pre-start.sh.example /root/user-scripts/pre-start.sh
else
echo "[INFO] Running pre-start script..."

Expand Down

0 comments on commit 31f7839

Please sign in to comment.