From 871f493f33007ff6b4334d363c2bd8d8b217931a Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Mon, 27 Apr 2020 13:52:30 -0700 Subject: [PATCH] change hard coded file path in info msg --- flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash b/flash index f54e102..f4b5f28 100755 --- a/flash +++ b/flash @@ -106,7 +106,7 @@ Programming:Best operating system?:Arch, because BTW i run Arch:999" # Test if .local/share exists and wether to offer setup process if [ ! -d "$DIR" ];then - echo -e "No ${LRED}.local/share/flash${NC} directory, make it? ${LGREEN}Y${NC}/${LRED}N${NC}" + echo -e "No ${LRED}$DIR/flash${NC} directory, make it? ${LGREEN}Y${NC}/${LRED}N${NC}" read RESPONSE case "$RESPONSE" in [QqNn]) exit ;;