added start.sh

This commit is contained in:
BKLronin 2024-06-30 13:57:59 +01:00
parent 17a8a4b900
commit 9913dc987d
1 changed files with 13 additions and 0 deletions

13
start.sh Executable file
View File

@ -0,0 +1,13 @@
#!/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