addning new commands

This commit is contained in:
rootzoll 2020-04-28 18:28:49 +02:00
parent 0524ff5b04
commit b4be5a3975

View File

@ -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"