Skip to content

Commit

Permalink
Version 3.7.3
Browse files Browse the repository at this point in the history
- Quick fix
  • Loading branch information
deividgdt authored Oct 19, 2021
1 parent ff74840 commit a42acc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ytadsblocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This script was made in order to block all the Youtube's advertisement in Pi-Hole

YTADSBLOCKER_VERSION="3.7.2"
YTADSBLOCKER_VERSION="3.7.3"
YTADSBLOCKER_LOG="/var/log/ytadsblocker.log"
YTADSBLOCKER_GIT="https://raw.githubusercontent.com/deividgdt/ytadsblocker/master/ytadsblocker.sh"
VERSIONCHECKER_TIME="280"
Expand Down Expand Up @@ -79,8 +79,8 @@ function Makeservice () {
Description=Youtube ads blocker service for Pi-hole
After=network.target
[Service]
ExecStart=$PRINTWD/$SCRIPT_NAME start
ExecStop=$PRINTWD/$SCRIPT_NAME stop
ExecStart=$PRINTWD/$SCRIPT_NAME -a start
ExecStop=$PRINTWD/$SCRIPT_NAME -a stop
[Install]
WantedBy=multi-user.target
EOF
Expand Down

0 comments on commit a42acc0

Please sign in to comment.