BETA-457- add configure

This commit is contained in:
2026-06-25 11:48:07 -03:00
parent 1f78c945c9
commit 508d46d7a1
2 changed files with 7 additions and 0 deletions

1
attendancesystem Submodule

Submodule attendancesystem added at 27f03cf6f3

View File

@@ -259,6 +259,12 @@ clone_repo() {
print_ok "Arquivos baixados em: $(pwd)/${INSTALL_DIR}"
fi
if [ -f "$INSTALL_DIR/configure-host.sh" ]; then
cp "$INSTALL_DIR/configure-host.sh" ./configure-host.sh
chmod +x ./configure-host.sh
print_ok "configure-host.sh disponível neste diretório"
fi
ENV_FILE="$INSTALL_DIR/.env.prod"
}