Skip to content

Commit

Permalink
fix startup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Oct 21, 2024
1 parent 0a47fe4 commit ae10703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/http.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /bin/sh
rails s -b 0.0.0.0
bin/rails s -b 0.0.0.0
2 changes: 1 addition & 1 deletion bin/ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SSL_CERT="${SSL_CERT:-cert/astral.pem}"
SSL_KEY="${SSL_KEY:-cert/astral.key}"

rails s -b "ssl://0.0.0.0:3000?key=${SSL_KEY}&cert=${SSL_CERT}"
bin/rails s -b "ssl://0.0.0.0:3000?key=${SSL_KEY}&cert=${SSL_CERT}"

0 comments on commit ae10703

Please sign in to comment.