Skip to content

Commit

Permalink
fixed timing
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Mar 25, 2024
1 parent 5e06b2e commit 649d797
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/rootfs/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ echo ' [+] Starting php'
php-fpm83

echo ' [+] Starting nginx'
mkdir -p /var/logs/
chmod 777 /var/logs/
nginx

echo ' [+] Setting up config.ini'
Expand All @@ -31,7 +33,4 @@ _buildConfig > inc/config.inc.php
nohup node tcp_servers/tcp_23.js > /dev/null 2>&1 &
nohup node tcp_servers/tcp_27.js > /dev/null 2>&1 &

mkdir -p /var/logs/
chmod 777 /var/logs/

tail -f /var/logs/0xf*

0 comments on commit 649d797

Please sign in to comment.