Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
update refresh script
Browse files Browse the repository at this point in the history
Signed-off-by: Jason McCallister <jason@craftcms.com>
  • Loading branch information
jasonmccallister committed Jun 1, 2020
1 parent 4edb937 commit d8f434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [ -z "$version" ]; then
fi

# script for beta 7
if [ "$version" == "1.0.0-beta.7" ]; then
echo "running script for 1.0.0-beta.7"
if [ "$version" == "1.0.0-beta.7" ] || [ "$version" == "1.0.0-beta.8" ]; then
echo "running script for 1.0.0-beta.8"

cat >"/opt/nitro/nginx/template.conf" <<-EndOfMessage
# Hat tip to https://github.com/nystudio107/nginx-craft
Expand Down

0 comments on commit d8f434f

Please # to comment.