mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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() {
|
||||
# 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…
Reference in a new issue