Checked scripts for syntax errors using shellcheck.

This commit is contained in:
2018-01-27 00:29:31 -06:00
parent e18ef374c4
commit 8a4c5fd6d7
5 changed files with 66 additions and 62 deletions

View File

@@ -1,25 +1,6 @@
#---------------- Copyright notices and creator info-----------------------------#
#
# By Maxim F. Stewart Contact: [maximstewart1@gmail.com]
#
# Copyright 2013 Maxim F. Stewart
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
#
#
#--------------------------------------------------------------------------------#
#!/bin/bash
setup() {
export HOME=/root
export LC_ALL=C