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
22e54a82
Commit
22e54a82
authored
8 months ago
by
Elian Loraux
Browse files
Options
Downloads
Patches
Plain Diff
echo environnement file loaded
parent
cccde3ea
No related branches found
No related tags found
1 merge request
!17
Reorganisation
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
upgrade/All.sh
+2
-0
2 additions, 0 deletions
upgrade/All.sh
upgrade/Monit.sh
+2
-0
2 additions, 0 deletions
upgrade/Monit.sh
with
4 additions
and
0 deletions
upgrade/All.sh
+
2
−
0
View file @
22e54a82
...
...
@@ -22,6 +22,8 @@ if [ ! -e $(dirname "$0")/../main.env ]
then
echo
"Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit
1
else
echo
"Environment file loaded"
fi
.
$(
dirname
"
$0
"
)
/../main.env
...
...
This diff is collapsed.
Click to expand it.
upgrade/Monit.sh
+
2
−
0
View file @
22e54a82
...
...
@@ -6,6 +6,8 @@ if [ ! -e $(dirname "$0")/../main.env ]
then
echo
"Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit
1
else
echo
"Environment file loaded"
fi
.
$(
dirname
"
$0
"
)
/../main.env
...
...
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