Fixed bug in header script which caused default home directory to be mine, instead of $(whoami)

This commit is contained in:
Jon-William Lewis
2015-06-10 08:39:49 -05:00
parent d70d3b4312
commit 9a9dbcc171
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ cat << EOF
# Copyright 2014, Xenese Labs/Sicron-Perion XNF
#==========================================================
if [ -z "$HOME" ]; then HOME=/home/$(whoami); fi
if [ -z "$HOME" ]; then HOME=/home/"\$(whoami)"; fi
PROD_STR="$PROD_STR"
VER_STR="$VER_STR"