pull installer earlier

This commit is contained in:
2023-06-19 12:56:05 +00:00
parent 9699805c12
commit a88ea553d5

View File

@@ -345,6 +345,8 @@ if [ "$USER" != "root" ] ; then
fi; fi;
fi; fi;
$SUDO_CMD docker pull registry.format.hu/installer-tool
# first install # first install
if [ ! -f "/etc/user/config/system.json" ]; then if [ ! -f "/etc/user/config/system.json" ]; then
@@ -369,8 +371,6 @@ if [ ! -f "/etc/user/config/system.json" ]; then
discover_services; discover_services;
$SUDO_CMD docker pull registry.format.hu/installer-tool
# Validating previously created vaiables # Validating previously created vaiables
if [ "$SMARTHOST_PROXY" != "" ]; then if [ "$SMARTHOST_PROXY" != "" ]; then