From fdea5858ba7284fc59eb64c216944c773655125e Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sun, 3 Nov 2019 16:13:17 +0200 Subject: [PATCH] Remove obsolete copy from setup.sh --- setup.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.sh b/setup.sh index d2f82b6..ec3fc01 100755 --- a/setup.sh +++ b/setup.sh @@ -36,14 +36,6 @@ then exit 0 fi -$INTERACTIVE && read -p "Copy settings from template? (recommended) [y/n]" -n 1 -r || REPLY="y" -echo "" - -if [[ $REPLY =~ ^[Yy]$ ]] -then - cp "$PWD/sikweb/settings-sample.py" "$PWD/sikweb/settings.py" -fi - $INTERACTIVE && read -p "Copy pre-push hook to .git/hooks? (recommended) [y/n]" -n 1 -r || REPLY="y" echo ""