Merge 4f5e3edd1f into 47a635a645
This commit is contained in:
commit
28ca1235f1
2
flash
2
flash
|
|
@ -121,7 +121,7 @@ setup() {
|
||||||
echo -e "$DIR_MADE_MSG"
|
echo -e "$DIR_MADE_MSG"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Test if .local/share exists and wether to offer setup process
|
# Test if .local/share exists and whether to offer setup process
|
||||||
if [ ! -d "$DIR" ]; then
|
if [ ! -d "$DIR" ]; then
|
||||||
echo -e "No ${LRED}$DIR${NC} directory, make it? ${LGREEN}Y${NC}/${LRED}N${NC}"
|
echo -e "No ${LRED}$DIR${NC} directory, make it? ${LGREEN}Y${NC}/${LRED}N${NC}"
|
||||||
# shellcheck disable=SC2162
|
# shellcheck disable=SC2162
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue