From 97f264290dbfdf646256e76f3e92b9319ae95b31 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 17 Feb 2020 14:54:05 +0100 Subject: [slx-issue] add missing quotes --- core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/slx-issue/data/opt/openslx/scripts/openslx-create_issue') 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 -- cgit v1.2.3-55-g7522