summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-04-17 17:26:20 +0200
committerSebastian Schmelzer2012-04-17 17:26:20 +0200
commit871fa870081286b61f9fd93ef847416ec0238044 (patch)
tree3050caa9eb99aa5add37d5a2bc7eb8f0492b6927 /tools
parentfix mkdir error after login (diff)
downloadcore-871fa870081286b61f9fd93ef847416ec0238044.tar.gz
core-871fa870081286b61f9fd93ef847416ec0238044.tar.xz
core-871fa870081286b61f9fd93ef847416ec0238044.zip
fix installer bug
Diffstat (limited to 'tools')
-rwxr-xr-xtools/installer1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer b/tools/installer
index 0b90906e..4b10d102 100755
--- a/tools/installer
+++ b/tools/installer
@@ -3,6 +3,7 @@
# include fancy bash color stuff
. tools/inc/colors
+[ -f /etc/opt/openslx/settings ] && . /etc/opt/openslx/settings
# determin distribution
if [ ! -z $(which lsb_release) ]; then