mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Merge branch 'development' into cleanup/remove_legacy_detect
Conflicts: automated install/basic-install.sh
This commit is contained in:
commit
9432d3035a
@ -242,9 +242,7 @@ verifyFreeDiskSpace() {
|
||||
|
||||
echo "Insufficient free space, exiting..."
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -632,7 +630,6 @@ clean_existing() {
|
||||
for script in "${old_files[@]}"; do
|
||||
rm -f "${clean_directory}${script}.sh"
|
||||
done
|
||||
|
||||
}
|
||||
|
||||
installScripts() {
|
||||
@ -1011,7 +1008,6 @@ update_dialogs() {
|
||||
echo "::: Cancel selected. Exiting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
main() {
|
||||
|
Loading…
Reference in New Issue
Block a user