Skip to content

Commit

Permalink
Tweak setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxthecat authored Sep 28, 2022
1 parent 9a86dbd commit fd6a19a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake-autorate-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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] "
Expand All @@ -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

Expand Down

0 comments on commit fd6a19a

Please sign in to comment.