Do not ask questions when reconfigure is called
This commit is contained in:
parent
d9cac17d80
commit
d9b15ac7fa
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [[ ${1} == "instance" ]]
|
||||||
|
then
|
||||||
/usr/share/eole/sbin/onehost_create_all
|
/usr/share/eole/sbin/onehost_create_all
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue