Fixed another bug which causes my home directory to be referenced as opposed to generic "$HOME"
This commit is contained in:
committed by
Jon-William Lewis
parent
35094aed04
commit
631d52689e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user