mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
addning new commands
This commit is contained in:
parent
0524ff5b04
commit
b4be5a3975
@ -35,6 +35,24 @@ function check() {
|
||||
/home/admin/config.scripts/blitz.configcheck.py
|
||||
}
|
||||
|
||||
# command: debug
|
||||
function debug() {
|
||||
cd /home/admin
|
||||
./XXdebugLogs.sh
|
||||
}
|
||||
|
||||
# command: restart
|
||||
function restart() {
|
||||
cd /home/admin
|
||||
./XXshutdown.sh reboot
|
||||
}
|
||||
|
||||
# command: restart
|
||||
function off() {
|
||||
cd /home/admin
|
||||
./XXshutdown.sh
|
||||
}
|
||||
|
||||
# command: hdmi
|
||||
function hdmi() {
|
||||
echo "# SWITCHING VIDEO OUTPUT TO --> HDMI"
|
||||
|
Loading…
x
Reference in New Issue
Block a user