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
8ce19025
Commit
8ce19025
authored
Jul 05, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pathing serve index css no longer needed
parent
df49d525
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
debomatic-webui/scripts/install.sh
debomatic-webui/scripts/install.sh
+0
-1
debomatic-webui/scripts/install/patch_css_directory_listing.sh
...atic-webui/scripts/install/patch_css_directory_listing.sh
+0
-16
No files found.
debomatic-webui/scripts/install.sh
View file @
8ce19025
...
...
@@ -2,7 +2,6 @@
export
SCRIPTS_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
bash
${
SCRIPTS_DIR
}
/install/patch_css_directory_listing.sh
bash
${
SCRIPTS_DIR
}
/install/download_external_libs.sh
python
${
SCRIPTS_DIR
}
/install/create-user-config.py
debomatic-webui/scripts/install/patch_css_directory_listing.sh
deleted
100755 → 0
View file @
df49d525
#!/bin/bash
CSS
=
"
${
SCRIPTS_DIR
}
/../node_modules/serve-index/public/style.css"
if
[
"
`
grep
debomatic-webui
$CSS
`
"
==
""
]
;
then
echo
"Patching directory listing style.css"
cp
$CSS
$CSS
.orig
echo
"
/* debomatic-webui style patch */
ul#files li {
float: none;
}
/* end debomatic-webui patch */
"
>>
$CSS
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