chore: added skip for ssl

This commit is contained in:
Rohit T P
2024-05-02 16:36:10 +00:00
parent 1bacb13caa
commit 1e12f0b49b
3 changed files with 9 additions and 8 deletions

View File

@@ -13,8 +13,5 @@ cd "$WORKING_DIR" || exit
rm -rf "$NOCO_HOME"
if [ "$1" = "setup" ]; then
../noco.sh <<< $'\n\nN\n'
cd "$NOCO_HOME" || exit
docker compose down
../noco.sh <<< $'\n\nN\n'
fi