mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Kindle Display v0.5.3 (#4078)
This commit is contained in:
parent
56fd14c5fa
commit
7c6ef5dba7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CONFIG_FILE=$APP_DATA_DIR/.env
|
||||||
APP_ROOT_DIR=$HOME_DIR/kindle-display
|
APP_ROOT_DIR=$HOME_DIR/kindle-display
|
||||||
APP_SERVER_DIR=$APP_ROOT_DIR/server
|
APP_SERVER_DIR=$APP_ROOT_DIR/server
|
||||||
CRON_FILE=$APP_SERVER_DIR/cron.sh
|
CRON_FILE=$APP_SERVER_DIR/cron.sh
|
||||||
APP_VERSION=0.5.1
|
APP_VERSION=0.5.3
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue