Skip to content

Commit

Permalink
fix #65
Browse files Browse the repository at this point in the history
  • Loading branch information
holly79 authored Feb 1, 2024
1 parent a1ed479 commit 4515d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pihole_adlist_tool
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ if [ "$FURTHER_ACTION" -eq 2 ]; then
then
sudo bash -c "PIHOLE_DOCKER=0; $SUDO_SQLITE; sqlite $GRAVITY 'UPDATE adlist SET enabled=1 where id=$adlist_id;'"
else
sqlite $GRAVITY "UPDATE adlist SET enabled=1 where id=$adlist_id;'"
sqlite $GRAVITY "UPDATE adlist SET enabled=1 where id=$adlist_id;"
fi
done

Expand Down

0 comments on commit 4515d2b

Please sign in to comment.