Tabs to spaces and formatting.

Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
This commit is contained in:
Dan Schaper 2016-12-20 17:22:57 -08:00
parent a9cb93d801
commit ff2783f9fc
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC
1 changed files with 749 additions and 753 deletions

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() {