이게 맞나

This commit is contained in:
imnyang 2025-05-02 23:09:57 +09:00
commit 1786b77f3c
7 changed files with 18 additions and 19 deletions

View file

@ -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