diff options
-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 |