diff options
Diffstat (limited to 'core/modules')
-rwxr-xr-x | core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue b/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue index acedf8d5..12a40048 100755 --- a/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue +++ b/core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue @@ -17,7 +17,7 @@ # First script for initial ramfs for OpenSLX linux stateless clients ############################################################################# -export PATH=$PATH:/opt/openslx/bin:/opt/openslx/sbin +export PATH="$PATH:/opt/openslx/bin:/opt/openslx/sbin" # Set greeting and add information about the booted system |