Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
2d50f340
Unverified
Commit
2d50f340
authored
Dec 23, 2019
by
Christian Brauner
Committed by
GitHub
Dec 23, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3239 from vikaig/fix-shebang
cmd: fix shebang
parents
b4fde4ec
aac4e12a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
lxc-checkconfig.in
src/lxc/cmd/lxc-checkconfig.in
+1
-2
lxc-update-config.in
src/lxc/cmd/lxc-update-config.in
+1
-2
No files found.
src/lxc/cmd/lxc-checkconfig.in
View file @
2d50f340
# SPDX-License-Identifier: LGPL-2.1+
#!/bin/sh
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+
# Allow environment variables to override config
# Allow environment variables to override config
:
${
CONFIG
:
=/proc/config.gz
}
:
${
CONFIG
:
=/proc/config.gz
}
...
...
src/lxc/cmd/lxc-update-config.in
View file @
2d50f340
# SPDX-License-Identifier: LGPL-2.1+
#!/bin/sh
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1+
# Make sure the usual locations are in PATH
# Make sure the usual locations are in PATH
export
PATH
=
$PATH
:/usr/sbin:/usr/bin:/sbin:/bin
export
PATH
=
$PATH
:/usr/sbin:/usr/bin:/sbin:/bin
...
...
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