Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Philippe Gauron
installation
Commits
eef8064f
Commit
eef8064f
authored
Feb 13, 2019
by
Philippe Gauron
Browse files
Ajout de la sortie de fichiers de config et atkpanel
parent
adefe9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
verif_env_thomx.sh
verif_env_thomx.sh
+17
-2
No files found.
verif_env_thomx.sh
View file @
eef8064f
...
...
@@ -8,14 +8,14 @@
## initialisation des variables globales
TANGO_HOST_CORRECT
=
srv-2
TANGO_HOST_CORRECT
=
srv-2
.thomx.fr
ERREUR
=
0
# java : java -showversion ne doit pas contenir openjdk
if
[[
$(
java
-version
2>&1
)
==
*
"OpenJDK"
*
]]
then
echo
"Java est installé en OpenJDK au lieu de la version Sun
"
echo
"Java est installé en OpenJDK au lieu de la version Sun"
ERREUR
=
1
fi
...
...
@@ -46,4 +46,19 @@ fi
#TANGO_HOST_PROD ou TANGO_HOST_DEV : Hayg indique quelle commande peut être utilisée et quelle est le résultat attendu
# /etc/hosts
echo
"Contenu de /etc/hosts/:"
echo
"-----"
cat
/etc/hosts
echo
"-----"
# /etc/tangorc
echo
"Contenu de /etc/tangorc/:"
echo
"-----"
cat
/etc/tangorc
echo
"-----"
# atkpanel
echo
"démarrage de l'ATKPanel sys/database/2"
atkpanel sys/database/2
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