Skip to content

Commit

Permalink
Merge pull request #1449 from SamTV12345/dev
Browse files Browse the repository at this point in the history
Fixed spellcheck.
  • Loading branch information
PromoFaux authored Oct 8, 2023
2 parents 8439628 + bc9436b commit b1042bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s6/debian-root/usr/local/bin/_postFTL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
if [ -z "$SKIPGRAVITYONBOOT" ] || [ ! -f "${gravityDBfile}" ]; then
if [ -n "$SKIPGRAVITYONBOOT" ];then
echo " SKIPGRAVITYONBOOT is set, however ${gravityDBfile} does not exist (Likely due to a fresh volume). This is a required file for Pi-hole to operate."
echo " Ignoring SKIPGRAVITYONBOOT on this occaision."
echo " Ignoring SKIPGRAVITYONBOOT on this occasion."
fi
pihole -g
else
Expand Down

0 comments on commit b1042bf

Please sign in to comment.