feature/BETA-457 #3

Merged
renato.ramos merged 3 commits from feature/BETA-457 into release/V1.4 2026-06-25 17:48:41 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 508d46d7a1 - Show all commits

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"
}