1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-15 12:38:56 +00:00
pi-hole/advanced/Scripts
Marcus Hildum 28eeaf201b Standardize function declaration
There were no fewer than three styles of function declaration going
on in these files, so I attempted to standardize them to the typical

myfucn() {
}

style.
2016-10-19 19:47:45 -07:00
..
blacklist.sh Standardize function declaration 2016-10-19 19:47:45 -07:00
chronometer.sh Standardize function declaration 2016-10-19 19:47:45 -07:00
piholeDebug.sh Standardize function declaration 2016-10-19 19:47:45 -07:00
piholeLogFlush.sh Replace truncate command with echo " " > 2016-09-02 16:39:34 +01:00
setupLCD.sh Remove ${SUDO} usages and root checks from scripts called by pihole command as they should not be called directly. 2016-10-15 17:54:04 +01:00
update.sh Standardize function declaration 2016-10-19 19:47:45 -07:00
version.sh Standardize function declaration 2016-10-19 19:47:45 -07:00
whitelist.sh Standardize function declaration 2016-10-19 19:47:45 -07:00