mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Don't need sudo
to echo to term.
This commit is contained in:
parent
e8bb4a7e36
commit
3600fd277e
1 changed files with 3 additions and 3 deletions
|
@ -524,8 +524,8 @@ versionCheckDNSmasq(){
|
||||||
|
|
||||||
installScripts() {
|
installScripts() {
|
||||||
# Install the scripts from /etc/.pihole to their various locations
|
# Install the scripts from /etc/.pihole to their various locations
|
||||||
${SUDO} echo ":::"
|
echo ":::"
|
||||||
${SUDO} echo -n "::: Installing scripts to /opt/pihole..."
|
echo -n "::: Installing scripts to /opt/pihole..."
|
||||||
${SUDO} install -o "${USER}" -m755 -d /opt/pihole
|
${SUDO} install -o "${USER}" -m755 -d /opt/pihole
|
||||||
|
|
||||||
cd /etc/.pihole/
|
cd /etc/.pihole/
|
||||||
|
@ -545,7 +545,7 @@ installScripts() {
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
${SUDO} echo " done."
|
echo " done."
|
||||||
}
|
}
|
||||||
|
|
||||||
installConfigs() {
|
installConfigs() {
|
||||||
|
|
Loading…
Reference in a new issue