ssh git이 가능하도록 변경, cron 버그 수정, fpm timezone 수정
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
echo '* * * * * python3 /var/www/html/sam/src/run_daemon.py' | crontab - && crond -f -L /dev/stdout
|
||||
Reference in New Issue
Block a user