diff --git a/DuinoDCXBot/DuinoDCXBot.csproj b/DuinoDCXBot/DuinoDCXBot.csproj
index 511e560..d1533f8 100644
--- a/DuinoDCXBot/DuinoDCXBot.csproj
+++ b/DuinoDCXBot/DuinoDCXBot.csproj
@@ -21,6 +21,12 @@
resources\favicon.ico
+
+ DEBUG;TRACE
+ full
+ true
+
+
diff --git a/DuinoDCXBot/config-example/settings.conf b/DuinoDCXBot/config-example/settings.conf
index 3a0d3de..2f3105c 100644
--- a/DuinoDCXBot/config-example/settings.conf
+++ b/DuinoDCXBot/config-example/settings.conf
@@ -1,4 +1,4 @@
[general]
prefix=http://+:3000/
-loggingpath=/var/log/dcxbot.log
+loggingpath=/var/log/duinodcx.log
serial=/dev/ttyUSB0
\ No newline at end of file
diff --git a/DuinoDCXBot/dpkg/create-builds.sh b/DuinoDCXBot/dpkg/create-builds.sh
index 66365cd..f2db85a 100644
--- a/DuinoDCXBot/dpkg/create-builds.sh
+++ b/DuinoDCXBot/dpkg/create-builds.sh
@@ -20,6 +20,7 @@ export COPYEXEC="../bin/Release/netcoreapp3.1/*.dll ../bin/Release/netcoreapp3.1
export COPYCONFIG="../bin/Release/netcoreapp3.1/config-example/*.conf"
export CONFIGREPLACEASK=settings.conf
+export MOREGROUPS=dialout
cd ../deb
export PLATFORM=armhf
@@ -34,4 +35,7 @@ curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/cont
curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/build-deb.sh | bash
cd ..
-rm deb -rf
\ No newline at end of file
+rm deb -rf
+
+cp Builds/* ../../Builds/
+rm Builds -rf
\ No newline at end of file