Skip to content

Commit

Permalink
Fixed spellcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Oct 8, 2023
1 parent e06c072 commit 9db9fe0
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 9db9fe0

Please sign in to comment.