Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Closes #31
  • Loading branch information
curtishall authored Nov 10, 2023
1 parent 7e22a66 commit 345215f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker_compose_init() {
#uptimekuma


echo "\n\nDownloading latest Bluecherry and related images...this may take a while...\n\n"
echo "Downloading latest Bluecherry and related images...this may take a while..."

cd "$workingpath/bluecherry-docker"

Expand All @@ -42,7 +42,7 @@ docker compose pull
docker compose up bc-mysql -d

echo "Sleeping 45 seconds to make sure the database is initialized correctly..."
echo "\n\n"

sleep 45
docker compose stop bc-mysql
docker compose up -d bc-mysql
Expand Down Expand Up @@ -395,7 +395,7 @@ docker_compose_init
esac


read -p "Do you want to configure SMTP settings?? [y/n]: " smtp
read -p "Do you want to configure SMTP settings? [y/n]: " smtp

case $smtp in
y)
Expand Down

0 comments on commit 345215f

Please sign in to comment.