QUIT: quit_retrodeck is now enhanced

This commit is contained in:
XargonWan 2024-03-04 14:26:50 +01:00
parent 5fe3bf2dea
commit 4895be10db

View file

@ -717,13 +717,15 @@ branch_selector() {
}
quit_retrodeck() {
pkill -f retrodeck
pkill -f es-de
log i "Quitting ES-DE"
pkill -f "es-de"
log i "Shutting down RetroDECK's framework"
pkill -f "retrodeck"
log i "See you next time"
}
start_retrodeck() {
easter_eggs # Check if today has a surprise splashscreen and load it if so
# normal startup
log i "Starting RetroDECK v$version"
es-de --home /var/config/
}