1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-23 07:18:07 +00:00

Merge pull request #1000 from pi-hole/fix/tab_space

Tabs to spaces and formatting.
This commit is contained in:
DL6ER 2016-12-21 11:41:30 +01:00 committed by GitHub
commit d42caa8672

View File

@ -242,9 +242,7 @@ verifyFreeDiskSpace() {
echo "Insufficient free space, exiting..."
exit 1
fi
}
@ -642,7 +640,6 @@ clean_existing() {
for script in "${old_files[@]}"; do
rm -f "${clean_directory}${script}.sh"
done
}
installScripts() {
@ -1021,7 +1018,6 @@ update_dialogs() {
echo "::: Cancel selected. Exiting..."
exit 1
fi
}
main() {