Remove quotes

This commit is contained in:
2025-09-13 13:57:56 +02:00
parent 985d1ba0c8
commit e834efdcc5
2 changed files with 38 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ mkdir -p "$DUCO_DIR"
# Generate the Settings.cfg using environment variables or defaults
cat > "$DUCO_DIR/Settings.cfg" <<EOF
[PC Miner]
username="$DUCO_USERNAME"
mining_key="$ENCODED_KEY"
username=$DUCO_USERNAME
mining_key=$ENCODED_KEY
intensity=${DUCO_INTENSITY:-95}
threads=${DUCO_THREADS:-1}
start_diff=${DUCO_START_DIFF:-LOW}