Skip to content
Snippets Groups Projects
Commit 22e54a82 authored by Elian Loraux's avatar Elian Loraux
Browse files

echo environnement file loaded

parent cccde3ea
No related branches found
No related tags found
1 merge request!17Reorganisation
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment