From a94e31583b830b643b9c88d425e0c2f351fff241 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Wed, 5 Jan 2022 17:25:30 +0100 Subject: [PATCH] fix typo and boot behaviour --- README.md | 2 +- assets/apply.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cf98dc..ba9d207 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Requires root. Installation ------------ -This should be downloadadble in Homebrew Channel. Otherwise, there's an `ipk` in +This should be downloadable in Homebrew Channel. Otherwise, there's an `ipk` in GitHub releases to the right. You are on your own here. Acknowledgments diff --git a/assets/apply.sh b/assets/apply.sh index 27b5169..a40dcd7 100755 --- a/assets/apply.sh +++ b/assets/apply.sh @@ -3,7 +3,7 @@ set -e -o pipefail MOUNT_TARGET="/usr/palm/applications/com.webos.app.screensaver/qml/main.qml" -QML_PATH="$(dirname "$0")/screensaver-main.qml" +QML_PATH="$(dirname "$(realpath "$0")")/screensaver-main.qml" if [[ ! -f "$MOUNT_TARGET" ]]; then echo "[-] Target file does not exist: $MOUNT_TARGET" >&2