Do not ask questions when reconfigure is called

This commit is contained in:
Philippe Caseiro 2019-02-28 10:47:34 +01:00
parent d9cac17d80
commit d9b15ac7fa
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
/usr/share/eole/sbin/onehost_create_all
if [[ ${1} == "instance" ]]
then
/usr/share/eole/sbin/onehost_create_all
fi
exit 0