feature/BETA-457 #3
1
attendancesystem
Submodule
1
attendancesystem
Submodule
Submodule attendancesystem added at 27f03cf6f3
@@ -259,6 +259,12 @@ clone_repo() {
|
|||||||
print_ok "Arquivos baixados em: $(pwd)/${INSTALL_DIR}"
|
print_ok "Arquivos baixados em: $(pwd)/${INSTALL_DIR}"
|
||||||
fi
|
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"
|
ENV_FILE="$INSTALL_DIR/.env.prod"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user