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