Skip to content

Commit

Permalink
Merge pull request #107 from linuxserver/glitch-fix-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Dec 15, 2024
2 parents 0103ba8 + 85913d1 commit eac2770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion root/generate-secret
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

cd /app/www || exit 1

rake secret
bundle exec rails secret
2 changes: 1 addition & 1 deletion root/generate-vapid
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

cd /app/www || exit 1

rake mastodon:webpush:generate_vapid_key
bundle exec rails mastodon:webpush:generate_vapid_key

0 comments on commit eac2770

Please sign in to comment.