Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
butaminas authored Jun 17, 2020
1 parent 6d6e7ec commit 4df2c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ yarn prod
# Switch (downtime for microseconds)
mv ~/$domain ~/backup_"$domain"
mv ~/deploy_"$domain" ~/$domain
if [ -d ~/"$domain"_uploads ]; then
if [ ! -d ~/"$domain"_uploads ]; then
mkdir ~/"$domain"_uploads
fi
cd ~/$domain/public
Expand Down

0 comments on commit 4df2c4e

Please sign in to comment.