mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-24 00:00:14 +00:00
Merge branch 'development' of https://github.com/pi-hole/pi-hole into wheezy_fix2
This commit is contained in:
commit
977d1d1998
5 changed files with 170 additions and 285 deletions
|
@ -561,6 +561,8 @@ installScripts() {
|
|||
# Install the scripts from /etc/.pihole to their various locations
|
||||
echo ":::"
|
||||
echo -n "::: Installing scripts to /opt/pihole..."
|
||||
#clear out /opt/pihole and recreate it. This allows us to remove scripts from future installs
|
||||
rm -rf /opt/pihole
|
||||
install -o "${USER}" -m755 -d /opt/pihole
|
||||
|
||||
cd /etc/.pihole/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue