From fd6a19a93ce591ec2a38a99835024c23d0bef30f Mon Sep 17 00:00:00 2001 From: lynxthecat Date: Wed, 28 Sep 2022 15:58:40 +0100 Subject: [PATCH] Tweak setup script --- cake-autorate-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cake-autorate-setup.sh b/cake-autorate-setup.sh index 9b297179..44b25726 100644 --- a/cake-autorate-setup.sh +++ b/cake-autorate-setup.sh @@ -29,7 +29,7 @@ wget -q "$SRC_DIR"cake-autorate.sh # Check if the configuration script exists, and ask whether to keep it -editmsg=$(printf "\nNow edit the cake-autorate-config.sh file as described in:\n $DOC_URL") +editmsg="\nNow edit the cake-autorate-config.sh file as described in:\n $DOC_URL" if [ -f cake-autorate-config.sh ]; then printf "Previous configuration present - keep it? [Y/n] " @@ -43,6 +43,7 @@ if [ -f cake-autorate-config.sh ]; then else wget -q "$SRC_DIR"cake-autorate-config.sh fi + # make both .sh files executable chmod +x *.sh