diff options
author | Sebastian Schmelzer | 2012-04-17 17:26:20 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-04-17 17:26:20 +0200 |
commit | 871fa870081286b61f9fd93ef847416ec0238044 (patch) | |
tree | 3050caa9eb99aa5add37d5a2bc7eb8f0492b6927 /tools | |
parent | fix mkdir error after login (diff) | |
download | core-871fa870081286b61f9fd93ef847416ec0238044.tar.gz core-871fa870081286b61f9fd93ef847416ec0238044.tar.xz core-871fa870081286b61f9fd93ef847416ec0238044.zip |
fix installer bug
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/installer | 1 |
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 |