summarylogtreecommitdiffstats
path: root/edmarketconnector.sh
blob: 8e63dc326c7e3c6a3bc54b23cb7f0af2d6697ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# Set the directory for writable data in the user's home directory
export EDMC_DATA_DIR="$HOME/.local/share/edmarketconnector"

# Create the directory if it doesn't exist
mkdir -p "$EDMC_DATA_DIR"

# Change to the application directory
cd /usr/lib/edmarketconnector

# Execute the application with the environment variable
exec python3 ./EDMarketConnector.py