Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Transfer Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Clinbio
SPSP NG
Transfer Tool
Merge requests
!4
Version 1.3.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Version 1.3.1
dev
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Version 1.3.1
Dillenn Terumalai
requested to merge
dev
into
master
Jun 26, 2020
Overview
0
Commits
1
Pipelines
1
Changes
1
Changelog
[Bug] - Fixed some issue with the prompt terminal
Edited
Jun 26, 2020
by
Dillenn Terumalai
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
349b3b6b
1 commit,
Jun 26, 2020
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
spsp
+
2
−
2
View file @ 349b3b6b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -469,8 +469,8 @@ if [ $# -gt 0 ]; then
echo
"Creating a new .env file..."
answer
=
false
while
[
"
$answer
"
=
false
]
;
do
read
-
p
r
"Please type laboratory/institution identifier: "
identifier
read
-
p
r
"Is
$identifier
correct?[y/n] "
-n
1
-r
read
-r
-p
"Please type laboratory/institution identifier: "
identifier
read
-r
-p
"Is
$identifier
correct?[y/n] "
-n
1
if
[[
$REPLY
=
~ ^[Yy]
$
]]
then
echo
"ID=
$identifier
"
>
.env
Loading