Change devpisrv.sh.

This commit is contained in:
Alexander Kharitonov
2022-04-05 14:49:35 +03:00
parent 23e6443512
commit 7b6cae7517

View File

@@ -15,7 +15,7 @@ then
fi
INSTALL_ROOT_PASSWORD=${ROOT_PASSWORD:-${DEFAULT_INSECURE_ROOT_PASSWORD}}
devpi-init --serverdir "$SERVER_DIR" --root-passwd "${INSTALL_ROOT_PASSWORD}"
rm "${INSTALL_DIR}/*"
# rm "${INSTALL_DIR}/*"
fi
devpi-server --serverdir "$SERVER_DIR" --host 0.0.0.0 --restrict-modify root