Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
438785f8
Commit
438785f8
authored
Mar 16, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no print user_config file path - add new line at the end of line
parent
c214e54d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
debomatic-webui/scripts/install/create-user-config.py
debomatic-webui/scripts/install/create-user-config.py
+1
-2
No files found.
debomatic-webui/scripts/install/create-user-config.py
View file @
438785f8
...
...
@@ -11,7 +11,6 @@ user_config_file = os.path.join(base_path, '../user.config.js')
if
os
.
path
.
isfile
(
user_config_file
):
print
(
"A config user file already exists. Skipping creation."
)
print
user_config_file
exit
()
export_header
=
"""
...
...
@@ -35,7 +34,7 @@ with open(global_config_file) as fd:
export_config
.
append
(
line
)
export_config
.
append
(
'// DO NOT EDIT THIS LINE:
\
n
'
)
export_config
.
append
(
'module.exports = config'
)
export_config
.
append
(
'module.exports = config
\
n
'
)
print
(
"Creating user configuration ..."
)
...
...
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