Added a simple Python GUI to set date and time
This commit is contained in:
@@ -5,7 +5,7 @@ PHOTOBOOTH_DIR=/home/pi/photobooth
|
||||
cd "${PHOTOBOOTH_DIR}"
|
||||
|
||||
if [[ $1 == "set-time" ]]; then
|
||||
sudo gnome-control-center datetime
|
||||
sudo python set-time.py
|
||||
fi
|
||||
|
||||
sudo python photobooth.py >>photobooth.log 2>>photobooth.err
|
||||
|
||||
Reference in New Issue
Block a user