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
d4a632fa
Commit
d4a632fa
authored
Jun 13, 2020
by
Ayaz Salikhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bash files codestyle
parent
c094bb72
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 @
d4a632fa
base-notebook/start-singleuser.sh
View file @
d4a632fa
examples/docker-compose/bin/letsencrypt.sh
View file @
d4a632fa
examples/docker-compose/bin/sl-dns.sh
View file @
d4a632fa
examples/docker-compose/notebook/up.sh
View file @
d4a632fa
...
@@ -11,8 +11,7 @@ USAGE="Usage: `basename $0` [--secure | --letsencrypt] [--password PASSWORD] [--
...
@@ -11,8 +11,7 @@ USAGE="Usage: `basename $0` [--secure | --letsencrypt] [--password PASSWORD] [--
# Parse args to determine security settings
# Parse args to determine security settings
SECURE
=
${
SECURE
:
=no
}
SECURE
=
${
SECURE
:
=no
}
LETSENCRYPT
=
${
LETSENCRYPT
:
=no
}
LETSENCRYPT
=
${
LETSENCRYPT
:
=no
}
while
[[
$#
>
0
]]
while
[[
$#
>
0
]]
;
do
do
key
=
"
$1
"
key
=
"
$1
"
case
$key
in
case
$key
in
--secure
)
--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