From 31b4095fa5e507b89e3a98fb3dd084fb4cde8688 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Tue, 8 Oct 2019 22:28:57 +0200 Subject: [PATCH] Fix path --- scripts/language.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/language.sh b/scripts/language.sh index 247911f4..08bd97b8 100755 --- a/scripts/language.sh +++ b/scripts/language.sh @@ -6,8 +6,8 @@ DEPENDENCIES=( 'xgettext' 'msgfmt' 'msgmerge' ) COMMANDS=( 'add' 'update' 'delete' 'compile' ) REPO_DIR="$(dirname "$(dirname "$(realpath "$0")")")" -LOCALE_DIR="${REPO_DIR}/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/locale" -VOICE_FILE="${REPO_DIR}/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py" +LOCALE_DIR="${REPO_DIR}/pwnagotchi/locale" +VOICE_FILE="${REPO_DIR}/pwnagotchi/voice.py" function usage() { cat <