mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-05 15:10:15 +00:00
unexpected end of file
This commit is contained in:
parent
0ac50db442
commit
f13d496179
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ SetCronTab()
|
||||||
printf '%s\n' "$newtab" >>crontab.tmp
|
printf '%s\n' "$newtab" >>crontab.tmp
|
||||||
crontab crontab.tmp && rm -f crontab.tmp
|
crontab crontab.tmp && rm -f crontab.tmp
|
||||||
fi
|
fi
|
||||||
|
}
|
||||||
CheckUrl(){
|
CheckUrl(){
|
||||||
local regex
|
local regex
|
||||||
# Check for characters NOT allowed in URLs
|
# Check for characters NOT allowed in URLs
|
||||||
|
|
Loading…
Add table
Reference in a new issue