This website requires JavaScript.
Explore
Help
Sign In
Cadoles
/
eole-one-master
Watch
20
Star
0
Fork
You've already forked eole-one-master
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d9b15ac7fa
eole-one-master
/
postservice
/
99-z-ha
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initialisation HA à la fin de l'instance
2019-02-25 16:44:11 +01:00
#!/bin/bash
Do not ask questions when reconfigure is called
2019-02-28 10:47:34 +01:00
if [[ ${1} == "instance" ]]
then
/usr/share/eole/sbin/onehost_create_all
fi
initialisation HA à la fin de l'instance
2019-02-25 16:44:11 +01:00
exit 0