Removed unnecessary source code comments.

Reduced stating the obvious (in many cases) in order to improve
readability and reduce lines of code.
This commit is contained in:
Brooke Kuhlmann
2018-10-28 13:35:51 -06:00
parent 7da69e543f
commit 72f5fcb03e
19 changed files with 0 additions and 44 deletions

View File

@@ -1,16 +1,13 @@
#! /usr/bin/env bash
# DESCRIPTION
# Performs restoration of backup data.
# SETTINGS
set -o nounset
set -o errexit
set -o pipefail
IFS=$'\n\t'
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/restore_backup"
# EXECUTION
if [[ -x "$SCRIPT_PATH" ]]; then
"$SCRIPT_PATH"
else