Skip to content

Commit

Permalink
45646545
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtong committed May 10, 2023
1 parent 0cc7e65 commit a533e3a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@ fi
mkdir /root/.ssh
echo "$SSH_PRIVATE_KEY" > /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa
pwd
echo "/github/home"
ll /github/home
echo "/github/workflow"
ll /github/workflow
echo "/github/file_commands"
ll /github/file_commands
echo "/github/workspace"
ll /github/workspace
cd ~
echo "~"
ll ~
ls -a
echo "root"
cd /root
ls -a
chmod +x ./syno-repo.sh

sh -c "./syno-repo.sh $*"

0 comments on commit a533e3a

Please sign in to comment.