diff options
author | Jonathan Bauer | 2020-02-17 14:54:05 +0100 |
---|---|---|
committer | Jonathan Bauer | 2020-02-17 14:54:05 +0100 |
commit | 97f264290dbfdf646256e76f3e92b9319ae95b31 (patch) | |
tree | 6ad6d050888a3738d5e218ba09d0cc4d03f49585 /core/modules | |
parent | [vbox-src] do call setup_displays (diff) | |
download | mltk-97f264290dbfdf646256e76f3e92b9319ae95b31.tar.gz mltk-97f264290dbfdf646256e76f3e92b9319ae95b31.tar.xz mltk-97f264290dbfdf646256e76f3e92b9319ae95b31.zip |
[slx-issue] add missing quotes
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 |