이게 맞나
This commit is contained in:
parent
a4c1b300ca
commit
1786b77f3c
7 changed files with 18 additions and 19 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
cd /root/today.isangjeong/app
|
||||
|
||||
# If doesn't have temp folder, create it
|
||||
if [ ! -d "temp" ]; then
|
||||
|
|
@ -13,8 +14,6 @@ echo "Debug: User is $(whoami)" >> ./temp/debug.log
|
|||
echo "Debug: Environment variables:" >> ./temp/debug.log
|
||||
env >> ./temp/debug.log
|
||||
|
||||
cd ${BOT_ROOT}
|
||||
|
||||
|
||||
|
||||
# If doesn't have temp/cookies.json, create it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue