added start.sh
This commit is contained in:
parent
17a8a4b900
commit
9913dc987d
13
start.sh
Executable file
13
start.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user