I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 997f3c79 authored by idk's avatar idk
Browse files

update docker run script

parent 053271ef
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,10 @@
##sudo adduser --disabled-password --disabled-login --ingroup docker docker
## however the specifics may vary from distribution to distribution.
dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
if [ -f config.sh ]; then
. config.sh
if [ -f "${dir}/config.sh" ]; then
. "${dir}/config.sh"
fi
if [ -z $port ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment