Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
84fc63c0
Verified
Commit
84fc63c0
authored
Sep 25, 2017
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
parent
88141d30
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
installDolibarr.sh
+1
-0
1 addition, 0 deletions
installDolibarr.sh
run.sh
+1
-0
1 addition, 0 deletions
run.sh
with
2 additions
and
0 deletions
installDolibarr.sh
+
1
−
0
View file @
84fc63c0
...
...
@@ -18,6 +18,7 @@
set
-o
nounset
# Treat unset variables as an error
.
`
pwd
`
/main.env
if
[
-f
installDolibarr.env
]
then
.
`
pwd
`
/installDolibarr.env
...
...
This diff is collapsed.
Click to expand it.
run.sh
+
1
−
0
View file @
84fc63c0
...
...
@@ -27,6 +27,7 @@ fi
for
mod
in
$MODS
do
mod
=
"install
$mod
"
if
[
-f
$mod
.sh
]
then
sh
`
pwd
`
/
$mod
.sh |
tee
-a
$mod
.log install.log
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment