Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SPSP
Transfer Tool
Commits
fcbb2b9a
Commit
fcbb2b9a
authored
Jun 26, 2020
by
Dillenn Terumalai
Browse files
Merge branch 'dev' into 'master'
v1.3.1 See merge request
!4
parents
673d6ee1
349b3b6b
Pipeline
#1254
passed with stage
in 3 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
spsp
View file @
fcbb2b9a
...
...
@@ -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
...
...
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