Browse Source

fix download (install.sh)

pull/1/head
François 2 years ago
parent
commit
eba16350fa
  1. 4
      bin/install.sh

4
bin/install.sh

@ -41,8 +41,8 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-"
# on pré-télécharge à l'origine Vagrant (jirafeau...)
for DOCKER in ${DOCKERS_LIST}; do
if [ -f "${VAGRANT_SRC_DIR}/kaz/dockers/${DOCKER}/dowshenload.sh" ]; then
cd "${VAGRANT_SRC_DIR}/kaz/dockers/${DOCKER}"
if [ -f "/kaz/dockers/${DOCKER}/download.sh" ]; then
cd "/kaz/dockers/${DOCKER}"
./download.sh
fi
done

Loading…
Cancel
Save