Permissions changed for /etc/pihole and cleaned up some output

This commit is contained in:
nate 2016-04-01 01:11:59 -05:00
parent 4b0a7c2252
commit 7b8fa3b922
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
# (at your option) any later version. # (at your option) any later version.
# Pi-hole: Update the ad sources once a week on Sunday at 01:59 # Pi-hole: Update the ad sources once a week on Sunday at 01:59
# Download any updates from the ad lists # Download any updates from the adlists
59 1 * * 7 root /usr/local/bin/gravity.sh 59 1 * * 7 root /usr/local/bin/gravity.sh
# Pi-hole: Update the Web interface shortly after gravity runs # Pi-hole: Update the Web interface shortly after gravity runs

View file

@ -130,8 +130,8 @@ function gravity_collapse() {
# Will update later, needed for existing installs, new installs should # Will update later, needed for existing installs, new installs should
# create this directory as non-root # create this directory as non-root
$SUDO chmod 777 $piholeDir $SUDO chmod 777 $piholeDir
find "$piholeDir" -type f -exec $SUDO chmod 666 {} \; & spinner $! $SUDO chown root:root $piholeDir
echo "." echo "..."
else else
echo -n "::: Creating pihole directory..." echo -n "::: Creating pihole directory..."
mkdir $piholeDir & spinner $! mkdir $piholeDir & spinner $!
@ -246,7 +246,7 @@ function gravity_Whitelist() {
echo ":::" echo ":::"
# Prevent our sources from being pulled into the hole # Prevent our sources from being pulled into the hole
plural=; [[ "${sources[@]}" != "1" ]] && plural=s plural=; [[ "${sources[@]}" != "1" ]] && plural=s
echo -n "::: Adding ${#sources[@]} ad list source${plural} to the whitelist..." echo -n "::: Adding ${#sources[@]} adlist source${plural} to the whitelist..."
urls=() urls=()
for url in "${sources[@]}" for url in "${sources[@]}"