Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f0f01935
authored
Jun 19, 2019
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Plain Diff
merged
parents
2a0ce404
cf737abe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
TODO
modules/common/files/first_boot.sh
TODO
0 → 100644
View file @
f0f01935
check that imagemagick is installed (needed for data view saving in lumen)
modules/common/files/first_boot.sh
100644 → 100755
View file @
f0f01935
...
...
@@ -12,10 +12,10 @@ if [[ ! -p $pipe ]]; then
fi
# set the locale if empty
if
[
-z
"
$LC_ALL
"
]
;
then
if
[
-z
"
$LC_ALL
"
]
;
then
export
LC_ALL
=
C.UTF-8
fi
if
[
-z
"
$LANG
"
]
;
then
if
[
-z
"
$LANG
"
]
;
then
export
LANG
=
C.UTF-8
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment