Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compose.libre.sh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libre.sh
compose.libre.sh
Commits
a1587b03
Commit
a1587b03
authored
Apr 02, 2020
by
Michel Memeteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final : add the -t param in the usage
parent
d9279003
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
utils/provision
utils/provision
+2
-2
No files found.
utils/provision
View file @
a1587b03
...
...
@@ -27,12 +27,12 @@ LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency
read
-r
-d
''
usage
<<-
'
EOF
'
-u [arg] URL to process. Required.
-a [arg] Application to install. (in the form github.com/indiehosters/wordpress or wordpress in REPO_MODE)
-t [arg] Checkout a specific tag or branch from the application repo. default to master
-s Start the application right away.
-b Buys the associated domain name.
-i Configure OpenDKIM.
-c Configures DNS if possible.
-d Enables debug mode
-t Checkout a specific tag or branch
-h This page
EOF
...
...
@@ -117,7 +117,7 @@ function application () {
#Define the tag/branch
if
[
-z
${
arg_t
:-}
]
;
then
if
[
"
${
arg_t
}
"
=
"1"
]
;
then
warning
"No tag/branch specified, Using master "
git_tag
=
master
else
...
...
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