summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-02 11:49:29 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-02 11:49:29 +0300
commit6ace8446de9d0c27856ecfba5d3261a909b91c98 (patch)
treee2dacd341a30ae1bfcb0a54d21086ddc00bc1858 /installer
parent345e5c7306c1e6544e304883a8d4c4f3e0b3a16e (diff)
added Phil patches
Diffstat (limited to 'installer')
-rw-r--r--installer/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/functions.sh b/installer/functions.sh
index 1710d1a315..6968490dc7 100644
--- a/installer/functions.sh
+++ b/installer/functions.sh
@@ -144,7 +144,7 @@ run_failed() {
run_logfile="/dev/null"
run() {
- local user="${USER}" dir="${PWD}" info info_console
+ local user="${USER:-}" dir="${PWD}" info info_console
if [ "${UID}" = "0" ]
then