This commit is contained in:
mayaaa8242 2023-08-31 00:54:37 +02:00 committed by GitHub
commit 28ca1235f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
flash
View File

@ -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