Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksarick committed Jan 19, 2017
1 parent 5d7a367 commit ebec894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion key-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ fi

echo "Password confirmed"
echo -n $(md5 -qs $PASSWORD) > $KEYFILE
echo "Password change successful"
echo "Password change successful"
echo "Ready to start server with ./start"
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ chmod 664 user/projects.yml
echo "---- If this next step fails, it's OK ----"
sass site/bulma/bulma.sass --style compressed > site/bulma.min.css

echo "Done! Please set a password with ./keygen.sh"
echo "Done! Please set a password with ./key-gen.sh"

0 comments on commit ebec894

Please sign in to comment.