AutoSyncHost/start.sh

14 lines
234 B
Bash
Raw Normal View History

2024-06-30 14:57:59 +02:00
#!/bin/bash
# Change to the home directory
cd /home/pi/
# Activate the virtual environment
source AutoSyncHost/bin/activate
# Change to the project directory
cd /home/pi/AutoSyncHost/
# Execute the Python script
python3 ashost.py