mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
export APP_VERSION=$(cat /app/APP_VERSION)
|
|
|
|
if [ "$PGID" != "0" ]; then
|
|
$(dirname $0)/init.sh chpst -u junv ./forego start
|
|
else
|
|
./forego start
|
|
fi
|