Skip to content

Commit

Permalink
give correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hansson authored Feb 4, 2017
1 parent da9f99b commit 0817987
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions static/collabora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,14 @@ cd /etc/certbot
# Check if $certfiles exists
if [ -d "$HTTPS_CONF" ]
then
echo -e "\e[96m"
echo -e "Certs are generated!"
else
echo -e "\e[96m"
echo -e "It seems like no certs were generated, please report this issue here https://github.com/nextcloud/vm/issues/new"
echo -e "\e[32m"
read -p "Press any key to continue... " -n1 -s
echo -e "\e[0m"
fi
else
echo -e "\e[96m"
echo -e "Certs are generated!"
echo -e "\e[0m"
sleep 3
fi

0 comments on commit 0817987

Please sign in to comment.