diff --git a/app/app.sh b/app/app.sh index 50157c2..83a6b70 100755 --- a/app/app.sh +++ b/app/app.sh @@ -4,6 +4,6 @@ echo Using DISPLAY $DISPLAY export XDG_RUNTIME_DIR=/tmp/runtime-doge #export QT_QPA_PLATFORM=offscreen #export QT_X11_NO_MITSHM=1 -export QT_DEBUG_PLUGINS=1 -#exec dogecoin-qt +#export QT_DEBUG_PLUGINS=1 +exec dogecoin-qt & exec bash --login diff --git a/bash.sh b/bash.sh deleted file mode 100755 index db62892..0000000 --- a/bash.sh +++ /dev/null @@ -1,4 +0,0 @@ -#/bin/bash - -# Run container interactive with X11 -docker container run --rm --net bridge -e DISPLAY=$DISPLAY -v /home/jens/.dogecoin:/home/doge/.dogecoin -it dogecoin bash --login