Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
dd2087c7
Commit
dd2087c7
authored
Jun 15, 2020
by
Peter Parente
Committed by
GitHub
Jun 15, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1109 from mathbunnyru/asalikhov/bash_codestyle
Fix bash files codestyle
parents
947a7155
0610908e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
53 additions
and
54 deletions
+53
-54
base-notebook/start-notebook.sh
base-notebook/start-notebook.sh
+5
-5
base-notebook/start-singleuser.sh
base-notebook/start-singleuser.sh
+8
-8
examples/docker-compose/bin/letsencrypt.sh
examples/docker-compose/bin/letsencrypt.sh
+20
-20
examples/docker-compose/bin/sl-dns.sh
examples/docker-compose/bin/sl-dns.sh
+2
-2
examples/docker-compose/notebook/up.sh
examples/docker-compose/notebook/up.sh
+18
-19
No files found.
base-notebook/start-notebook.sh
View file @
dd2087c7
base-notebook/start-singleuser.sh
View file @
dd2087c7
examples/docker-compose/bin/letsencrypt.sh
View file @
dd2087c7
examples/docker-compose/bin/sl-dns.sh
View file @
dd2087c7
examples/docker-compose/notebook/up.sh
View file @
dd2087c7
...
...
@@ -11,8 +11,7 @@ USAGE="Usage: `basename $0` [--secure | --letsencrypt] [--password PASSWORD] [--
# Parse args to determine security settings
SECURE
=
${
SECURE
:
=no
}
LETSENCRYPT
=
${
LETSENCRYPT
:
=no
}
while
[[
$#
>
0
]]
do
while
[[
$#
>
0
]]
;
do
key
=
"
$1
"
case
$key
in
--secure
)
...
...
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