Don't need `sudo` to echo to term.

pull/749/head
Dan Schaper 8 years ago
parent e8bb4a7e36
commit 3600fd277e

@ -524,8 +524,8 @@ versionCheckDNSmasq(){
installScripts() {
# Install the scripts from /etc/.pihole to their various locations
${SUDO} echo ":::"
${SUDO} echo -n "::: Installing scripts to /opt/pihole..."
echo ":::"
echo -n "::: Installing scripts to /opt/pihole..."
${SUDO} install -o "${USER}" -m755 -d /opt/pihole
cd /etc/.pihole/
@ -545,7 +545,7 @@ installScripts() {
fi
done
${SUDO} echo " done."
echo " done."
}
installConfigs() {

Loading…
Cancel
Save