Fix path
This commit is contained in:
parent
d86e3cbc27
commit
31b4095fa5
@ -6,8 +6,8 @@ DEPENDENCIES=( 'xgettext' 'msgfmt' 'msgmerge' )
|
|||||||
COMMANDS=( 'add' 'update' 'delete' 'compile' )
|
COMMANDS=( 'add' 'update' 'delete' 'compile' )
|
||||||
|
|
||||||
REPO_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
|
REPO_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
|
||||||
LOCALE_DIR="${REPO_DIR}/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/locale"
|
LOCALE_DIR="${REPO_DIR}/pwnagotchi/locale"
|
||||||
VOICE_FILE="${REPO_DIR}/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py"
|
VOICE_FILE="${REPO_DIR}/pwnagotchi/voice.py"
|
||||||
|
|
||||||
function usage() {
|
function usage() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user