mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEFAULT_PORT=16601
|
||||
PORT_FILE="/goodluck/port"
|
||||
PORT_FILE="/app/conf/port"
|
||||
WAIT_SECONDS=30
|
||||
|
||||
if [ -f "$PORT_FILE" ]; then
|
||||
@@ -12,7 +12,7 @@ else
|
||||
echo "No previous port found, using default port: ${DETECT_PORT}"
|
||||
fi
|
||||
|
||||
/app/lucky -c /goodluck/lucky.conf -runInDocker &
|
||||
/app/lucky -c /app/conf/lucky.conf -runInDocker &
|
||||
MAIN_PID=$!
|
||||
|
||||
echo "Lucky main started with PID $MAIN_PID"
|
||||
|
||||
Reference in New Issue
Block a user